Skip to content

Commit

Permalink
build(deps): bump securego/gosec
Browse files Browse the repository at this point in the history
Bumps the github-actions group with 1 update in the / directory: [securego/gosec](https://github.com/securego/gosec).


Updates `securego/gosec` from 2.20.0 to 2.21.3
- [Release notes](https://github.com/securego/gosec/releases)
- [Changelog](https://github.com/securego/gosec/blob/master/.goreleaser.yml)
- [Commits](securego/gosec@6fbd381...be8bd6e)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 23, 2024
1 parent dbba3f4 commit 5943921
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 @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v4

- name: Run Gosec Security Scanner
uses: securego/gosec@6fbd381238e97e1d1f3358f0d6d65de78dcf9245 # v2.20.0
uses: securego/gosec@be8bd6e40be105333f2bc783ba8d688154441559 # v2.21.3
with:
# Arguments for gosec, -no-fail to not fail the workflow based on findings
args: -no-fail -fmt sarif -out gosec-results.sarif ./...
Expand Down

0 comments on commit 5943921

Please sign in to comment.