Skip to content

fix: package.json to reduce vulnerabilities #85

fix: package.json to reduce vulnerabilities

fix: package.json to reduce vulnerabilities #85

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/[email protected]
with:
region: "us"
api-key: ${{ secrets.GHACTIONSR7API}}
scan-config-id: "892f5706-6549-4b60-9219-c7d62abe0f6c"
vuln-query: "vulnerability.vulnerabilityScore > 4"
- name: Upload findings
if: always()
run: echo "${{ steps.my-scan.outputs.scan-findings }}"