Skip to content

Commit

Permalink
exclude G115 from gosec: integer overflow conversion int issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mpoke committed Sep 6, 2024
1 parent 00fa357 commit 8a81f4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gosec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
- name: Run Gosec Security Scanner
uses: securego/gosec@master
with:
args: -exclude-dir=tests -exclude-dir=app -exclude-generated ./...
args: "-exclude=G115 -exclude-dir=tests -exclude-dir=testutil -exclude-dir=app -exclude-generated ./..."

0 comments on commit 8a81f4f

Please sign in to comment.