From 82fe6051ed2a91e5270c0c96674d69a62cb19de7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 08:12:09 +0000 Subject: [PATCH] (chore) Bump securego/gosec from 2.21.1 to 2.21.4 Bumps [securego/gosec](https://github.com/securego/gosec) from 2.21.1 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/v2.21.1...v2.21.4) --- updated-dependencies: - dependency-name: securego/gosec dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/validate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate.yaml b/.github/workflows/validate.yaml index 2b8fe44..c736e40 100644 --- a/.github/workflows/validate.yaml +++ b/.github/workflows/validate.yaml @@ -51,7 +51,7 @@ jobs: # |____/ \___|\___|\__,_|_| |_|\__|\__, | # |___/ - name: Run Gosec Security Scanner - uses: securego/gosec@v2.21.1 + uses: securego/gosec@v2.21.4 with: args: "-no-fail -fmt sarif -out results.sarif ./..."