Skip to content

Commit

Permalink
Bump securego/gosec from 2.21.4 to 2.22.0 in the github-actions group
Browse files Browse the repository at this point in the history
Bumps the github-actions group with 1 update: [securego/gosec](https://github.com/securego/gosec).


Updates `securego/gosec` from 2.21.4 to 2.22.0
- [Release notes](https://github.com/securego/gosec/releases)
- [Changelog](https://github.com/securego/gosec/blob/master/.goreleaser.yml)
- [Commits](securego/gosec@v2.21.4...v2.22.0)

---
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 and dhaiducek committed Jan 13, 2025
1 parent 06a48a3 commit 0d40508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
echo "::endgroup::"
- name: Run Gosec Security Scanner
uses: securego/gosec@v2.21.4
uses: securego/gosec@v2.22.0
with:
args: -no-fail -fmt sonarqube -out gosec.json -stdout -exclude-dir=.go -exclude-dir=test ./...

Expand Down

0 comments on commit 0d40508

Please sign in to comment.