We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4477ad3 commit 361fde4Copy full SHA for 361fde4
.github/workflows/gradle.yml
@@ -20,15 +20,12 @@ jobs:
20
fetch-depth: 0 # Important: Fetch full history for diff comparison
21
22
- name: Run OSV-Scanner
23
- uses: google/osv-scanner-action@v1
+ uses: google/osv-scanner-action@v2.3.1
24
with:
25
- # This specific config enables the "Diff" logic from your diagram
26
scan-args: |-
27
--recursive
28
--format=sarif
29
- --output=results.sarif
30
-
31
- # Optional: If you want to block the PR on new findings
+ --output=results.sarif
32
fail-on-vuln: true
33
34
- name: Upload SARIF results
0 commit comments