Skip to content

Commit

Permalink
Submit govulncheck results to GitHub Code Scanning
Browse files Browse the repository at this point in the history
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
  • Loading branch information
cbandy committed Jan 14, 2025
1 parent ef38739 commit 92f035e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/govulncheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ jobs:
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: 'govulncheck-results.sarif'
# TODO: https://go.dev/issue/70157
if: ${{ false }}

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

0 comments on commit 92f035e

Please sign in to comment.