We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 288904d commit 32b0577Copy full SHA for 32b0577
1 file changed
.github/workflows/osv-scanner.yml
@@ -62,9 +62,9 @@ jobs:
62
if: ${{ github.event_name == 'push' || github.event_name == 'schedule' }}
63
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@e69cc6c86b31f1e7e23935bbe7031b50e51082de" # v2.0.2
64
with:
65
- scan-args: ./package-lock.json
+ scan-args: ./package-lock.json --fail-on-vuln=false
66
scan-pr:
67
if: ${{ github.event_name == 'pull_request' || github.event_name == 'merge_group' }}
68
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@e69cc6c86b31f1e7e23935bbe7031b50e51082de" # v2.0.2
69
70
0 commit comments