From 62e5e856b3d9917653805764698de5fb00255825 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2024 10:33:19 +0200 Subject: [PATCH] ci(deps): bump securego/gosec from 2.21.2 to 2.21.4 (#1207) Bumps [securego/gosec](https://github.com/securego/gosec) from 2.21.2 to 2.21.4. - [Release notes](https://github.com/securego/gosec/releases) - [Changelog](https://github.com/securego/gosec/blob/master/.goreleaser.yml) - [Commits](https://github.com/securego/gosec/compare/abfe8cfd6d5687c96abf31f8e7f57982df2a6e4f...d4617f51baf75f4f809066386a4f9d27b3ac3e46) --- updated-dependencies: - dependency-name: securego/gosec dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/gosec.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gosec.yml b/.github/workflows/gosec.yml index 93ee0d61..d7cb91ec 100644 --- a/.github/workflows/gosec.yml +++ b/.github/workflows/gosec.yml @@ -27,7 +27,7 @@ jobs: with: go-version-file: 'go.mod' - name: Run Gosec Security Scanner - uses: securego/gosec@abfe8cfd6d5687c96abf31f8e7f57982df2a6e4f # v2.21.2 + uses: securego/gosec@d4617f51baf75f4f809066386a4f9d27b3ac3e46 # v2.21.4 with: args: '-no-fail -fmt sarif -out gosec.sarif ./...' - name: Upload SARIF file