We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a247a04 + 3f55855 commit 1b083c2Copy full SHA for 1b083c2
1 file changed
.github/workflows/govulncheck.yml
@@ -21,8 +21,7 @@ jobs:
21
# See https://pkg.go.dev/golang.org/x/vuln/cmd/govulncheck#hdr-Exit_codes for more information on exit codes.
22
- name: Check Go vulnerabilities
23
run: |
24
- make
25
- go run golang.org/x/vuln/cmd/govulncheck@d1f380186385b4f64e00313f31743df8e4b89a77 -mode=binary -format sarif bin/gh > gh.sarif
+ go run golang.org/x/vuln/cmd/govulncheck@d1f380186385b4f64e00313f31743df8e4b89a77 -format sarif ./... > gh.sarif
26
27
- name: Upload SARIF report
28
uses: github/codeql-action/upload-sarif@9b02dc2f60288b463e7a66e39c78829b62780db7 # 2.22.1
0 commit comments