Skip to content

Commit

Permalink
gosec: added rule to exclude rule G705
Browse files Browse the repository at this point in the history
  • Loading branch information
arnabghose997 committed Nov 25, 2023
1 parent f5d6baa commit dcc22f5
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 @@ -14,4 +14,4 @@ jobs:
- name: Run Gosec Security Scanner
uses: cosmos/gosec@master
with:
args: ./...
args: -exclude=G705 ./...

0 comments on commit dcc22f5

Please sign in to comment.