Skip to content

Commit

Permalink
pin gosec to version
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksandar Stojanov <[email protected]>
  • Loading branch information
losisin committed Nov 11, 2024
1 parent 8a3f86b commit 82462e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
- name: Check code
run: make check
- name: Run Gosec Security Scanner
uses: securego/gosec@master
uses: securego/gosec@v2.21.4
with:
args: ./...
- name: Run Bearer scan
- name: Bearer
uses: bearer/bearer-action@v2
with:
scanner: secrets,sast
Expand Down

0 comments on commit 82462e6

Please sign in to comment.