Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
excluding G601 from security GH Action
Browse files Browse the repository at this point in the history
Signed-off-by: Francesco Ilario <filario@redhat.com>
  • Loading branch information
filariow committed Mar 28, 2024
1 parent 8249d12 commit c22350d
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 @@ -34,7 +34,7 @@ jobs:
- name: Run gosec
uses: securego/gosec@v2.19.0
with:
args: '-no-fail -fmt sarif -out gosec.sarif ./...'
args: '-exclude=G601 -no-fail -fmt sarif -out gosec.sarif ./...'

- name: Upload scan results
uses: github/codeql-action/upload-sarif@v3
Expand Down

0 comments on commit c22350d

Please sign in to comment.