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

Commit

Permalink
Bump securego/gosec from 2.16.0 to 2.17.0 (#1478)
Browse files Browse the repository at this point in the history
Bumps [securego/gosec](https://github.com/securego/gosec) from 2.16.0 to 2.17.0.
- [Release notes](https://github.com/securego/gosec/releases)
- [Changelog](https://github.com/securego/gosec/blob/master/.goreleaser.yml)
- [Commits](securego/gosec@v2.16.0...v2.17.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and web-flow committed Aug 22, 2023
1 parent 08a0971 commit 97701a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/periodic-security-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: actions/checkout@v3

- name: Run gosec
uses: securego/gosec@v2.16.0
uses: securego/gosec@v2.17.0
with:
args: '-no-fail -fmt sarif -out gosec.sarif ./...'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ jobs:
uses: actions/checkout@v3

- name: Run gosec
uses: securego/gosec@v2.16.0
uses: securego/gosec@v2.17.0
with:
args: '-no-fail -fmt sarif -out gosec.sarif ./...'

Expand Down

0 comments on commit 97701a3

Please sign in to comment.