Skip to content

Commit

Permalink
Bump securego/gosec from 2.20.0 to 2.21.4
Browse files Browse the repository at this point in the history
Bumps [securego/gosec](https://github.com/securego/gosec) from 2.20.0 to 2.21.4.
- [Release notes](https://github.com/securego/gosec/releases)
- [Changelog](https://github.com/securego/gosec/blob/master/.goreleaser.yml)
- [Commits](securego/gosec@v2.20.0...v2.21.4)

---
updated-dependencies:
- dependency-name: securego/gosec
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent d9b2344 commit 25a86f2
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 @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v4

- name: Run Gosec Security Scanner
uses: securego/gosec@v2.20.0
uses: securego/gosec@v2.21.4
with:
args: '-no-fail -fmt sarif -out results.sarif ./...'
- name: Upload SARIF file
Expand Down

0 comments on commit 25a86f2

Please sign in to comment.