Skip to content

Commit

Permalink
ci: do not scan the tests for security issues (#1717)
Browse files Browse the repository at this point in the history
init commit
  • Loading branch information
insumity authored Mar 21, 2024
1 parent 3ca33ec commit 79abc14
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=legacy_ibc_testing ./... -exclude-generated ./...
args: -exclude-dir=tests ./... -exclude-generated ./...

0 comments on commit 79abc14

Please sign in to comment.