Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
attiasas committed Feb 12, 2024
1 parent 3785156 commit c2852bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:
go-version: 1.20.x

- name: Run Gosec Security Scanner
uses: securego/gosec@2.18.2
uses: securego/gosec@v2.18.2
with:
args: -exclude G204,G301,G302,G304,G306 -tests -exclude-dir \.*test\.* ./...

0 comments on commit c2852bf

Please sign in to comment.