Skip to content

Commit

Permalink
ci : remove upload SARIF results
Browse files Browse the repository at this point in the history
  • Loading branch information
Zainal21 committed Mar 30, 2024
1 parent fc3ee5e commit 8e8356c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,3 @@ jobs:
uses: securego/gosec@master
with:
args: "-no-fail -fmt sarif -out results.sarif ./..."

- name: Upload SARIF results (optional)
if: success()
uses: github/codeql-action/upload-sarif@v1
with:
sarif_file: gosec.sarif

0 comments on commit 8e8356c

Please sign in to comment.