Skip to content

Commit 32b0577

Browse files
authored
Update osv-scanner.yml
1 parent 288904d commit 32b0577

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/osv-scanner.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ jobs:
6262
if: ${{ github.event_name == 'push' || github.event_name == 'schedule' }}
6363
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@e69cc6c86b31f1e7e23935bbe7031b50e51082de" # v2.0.2
6464
with:
65-
scan-args: ./package-lock.json
65+
scan-args: ./package-lock.json --fail-on-vuln=false
6666
scan-pr:
6767
if: ${{ github.event_name == 'pull_request' || github.event_name == 'merge_group' }}
6868
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@e69cc6c86b31f1e7e23935bbe7031b50e51082de" # v2.0.2
6969
with:
70-
scan-args: ./package-lock.json
70+
scan-args: ./package-lock.json --fail-on-vuln=false

0 commit comments

Comments
 (0)