We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12e705f commit 5b5689dCopy full SHA for 5b5689d
.github/workflows/scanner.yml
@@ -58,8 +58,9 @@ jobs:
58
-
59
id: govulncheck
60
uses: golang/govulncheck-action@b625fbe08f3bccbe446d94fbf87fcc875a4f50ee # v1.0.4
61
- output-format: sarif
62
- output-file: govulnscan-report.sarif
+ with:
+ output-format: sarif
63
+ output-file: govulnscan-report.sarif
64
65
name: Upload govulnscan findings to code scanning dashboard
66
uses: github/codeql-action/upload-sarif@014f16e7ab1402f30e7c3329d33797e7948572db # v4.31.3
0 commit comments