Skip to content

Commit 92f035e

Browse files
committed
Submit govulncheck results to GitHub Code Scanning
The SARIF results from govulncheck should be compatible with GitHub since v1.1.4. See: https://github.com/golang/vuln/releases/tag/v1.1.4
1 parent ef38739 commit 92f035e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/govulncheck.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ jobs:
3838
uses: github/codeql-action/upload-sarif@v3
3939
with:
4040
sarif_file: 'govulncheck-results.sarif'
41-
# TODO: https://go.dev/issue/70157
42-
if: ${{ false }}
4341

4442
# Print any detected vulnerabilities to the workflow log. This step fails
4543
# when the tool detects a vulnerability in code that is called.

0 commit comments

Comments
 (0)