Skip to content

Commit

Permalink
Fix gosec workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
waler4ik committed May 29, 2024
1 parent eda18fe commit 4708931
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 @@ -17,4 +17,4 @@ jobs:
- name: Run Gosec Security Scanner
uses: securego/gosec@master
with:
args: ./...
args: -exclude-dir=cucumber ./...

0 comments on commit 4708931

Please sign in to comment.