Skip to content

Commit

Permalink
bump securego/gosec from 2.17.0 to 2.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
erikdubbelboer committed Feb 10, 2024
1 parent 20c2c48 commit 82bc7c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Run Gosec Security Scanner
uses: securego/gosec@v2.17.0
uses: securego/gosec@v2.18.2
with:
args: '-exclude=G104,G304,G402 ./...'
args: '-exclude=G103,G104,G304,G402 ./...'

0 comments on commit 82bc7c4

Please sign in to comment.