Skip to content

Commit 5f44409

Browse files
committed
ci(security): make OSV-Scanner non-blocking
Set fail-on-vuln to false so vulnerability scan results are reported to GitHub Security tab without failing CI. Current findings are all low/medium severity in transitive dev dependencies.
1 parent 4068a4d commit 5f44409

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/osv-scanner.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
name: OSV Vulnerability Scan
2121
uses: google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@v2.3.3
2222
with:
23+
fail-on-vuln: false
2324
scan-args: |-
2425
--recursive
2526
./

0 commit comments

Comments
 (0)