Skip to content

fix: package.json to reduce vulnerabilities #7

fix: package.json to reduce vulnerabilities

fix: package.json to reduce vulnerabilities #7

Workflow file for this run

name: R7 Scan
on:
push:
branches-ignore:
- master
jobs:
scan:
runs-on: ubuntu-latest
steps:
- id: my-scan
uses: rapid7/insightappsec-scan-github-actions@v1.3.5
with:
region: "us"
api-key: ${{ secrets.GHACTIONSR7API}}
scan-config-id: "a0c1056c-0eae-4ea9-b597-c51742b4e7f3"
vuln-query: "vulnerability.vulnerabilityScore > 4"
- name: Upload findings
if: always()
run: echo "${{ steps.my-scan.outputs.scan-findings }}"