Run govulncheck on the binary and remove upload of SARIF to github as github doesnt like the SARIF govulncheck produces

This commit is contained in:
Kovid Goyal 2025-09-24 13:12:00 +05:30
parent 4771de3f95
commit 3b0938e878
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C
2 changed files with 2 additions and 11 deletions

View file

@ -68,10 +68,3 @@ jobs:
- name: Run govulncheck
if: matrix.language == 'go'
run: python3 .github/workflows/ci.py govulncheck
- name: Upload govulncheck results
if: matrix.language == 'go'
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: govulncheck.sarif
category: govulncheck