Skip to content

Commit 2bfd186

Browse files
chore(deps): bump securego/gosec from 2.22.0 to 2.22.1 (#60)
Bumps [securego/gosec](https://github.com/securego/gosec) from 2.22.0 to 2.22.1. - [Release notes](https://github.com/securego/gosec/releases) - [Changelog](https://github.com/securego/gosec/blob/master/.goreleaser.yml) - [Commits](securego/gosec@e0cca6f...43fee88) --- updated-dependencies: - dependency-name: securego/gosec dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5faf268 commit 2bfd186

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/golangci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ jobs:
5353
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
5454
# v4.2.2
5555
- name: Run Gosec Security Scanner
56-
uses: securego/gosec@e0cca6fe95306b7e7790d6f1bf6a7bec6d622459
57-
# V.2.22.0
56+
uses: securego/gosec@43fee884f668c23601e0bec7a8c095fba226f889
57+
# V.2.22.1
5858
with:
5959
args: "-exclude-dir=assets -no-fail -fmt sarif -out results.sarif ./..."
6060
- name: Upload SARIF file

0 commit comments

Comments
 (0)