Skip to content

Commit

Permalink
fix: check for high severity only in gosec
Browse files Browse the repository at this point in the history
  • Loading branch information
rebornplusplus committed Jun 2, 2023
1 parent 4360fb4 commit 5614a61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Run Gosec security scanner
uses: securego/gosec@master
with:
args: '-fmt sarif -out results.sarif -stdout -verbose text -severity medium ./...'
args: '-fmt sarif -out results.sarif -stdout -verbose text -severity high ./...'

- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v2
Expand Down

0 comments on commit 5614a61

Please sign in to comment.