Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and paulfantom committed Feb 8, 2022
1 parent 39fdb47 commit 5014b73
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 @@ -13,6 +13,6 @@ jobs:
- name: Checkout Source
uses: actions/checkout@v2
- name: Run Gosec Security Scanner
uses: securego/gosec@v2.9.5
uses: securego/gosec@v2.9.6
with:
args: -exclude-dir=pkg/promql -exclude-dir=pkg/prompb ./...

0 comments on commit 5014b73

Please sign in to comment.