Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit cdced9a

Browse files
authoredFeb 2, 2025··
chore(deps): bump securego/gosec from 2.21.4 to 2.22.0
Bumps [securego/gosec](https://github.com/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@d4617f5...e0cca6f) --- updated-dependencies: - dependency-name: securego/gosec dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ed7553e commit cdced9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/golangci.yml

+2-2
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@d4617f51baf75f4f809066386a4f9d27b3ac3e46
57-
# V.2.21.4
56+
uses: securego/gosec@e0cca6fe95306b7e7790d6f1bf6a7bec6d622459
57+
# V.2.22.0
5858
with:
5959
args: "-exclude-dir=assets -no-fail -fmt sarif -out results.sarif ./..."
6060
- name: Upload SARIF file

0 commit comments

Comments
 (0)
Please sign in to comment.