mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-03 22:25:57 +00:00
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:
parent
4771de3f95
commit
3b0938e878
2 changed files with 2 additions and 11 deletions
7
.github/workflows/codeql-analysis.yml
vendored
7
.github/workflows/codeql-analysis.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue