Skip to content

Commit

Permalink
chore: update gosec
Browse files Browse the repository at this point in the history
  • Loading branch information
gartnera committed Sep 27, 2024
1 parent 2892114 commit 76d6879
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sast-linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
fetch-depth: 0

- name: Run Gosec Security Scanner
uses: zeta-chain/[email protected].0-zeta
uses: zeta-chain/[email protected].4-zeta
with:
args: -exclude-generated -exclude-dir testutil ./...

Expand Down
2 changes: 1 addition & 1 deletion scripts/gosec.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash

docker run -it --rm -w /node -v "$(pwd):/node" ghcr.io/zeta-chain/gosec:2.21.0-zeta -exclude-generated -exclude-dir testutil ./...
docker run -it --rm -w /node -v "$(pwd):/node" ghcr.io/zeta-chain/gosec:2.21.4-zeta -exclude-generated -exclude-dir testutil ./...

0 comments on commit 76d6879

Please sign in to comment.