From fade0d5ea761762b9a20b3e348eee39050af274e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 17:08:35 +0000 Subject: [PATCH] Bump securego/gosec from 2.21.3 to 2.21.4 Bumps [securego/gosec](https://github.com/securego/gosec) from 2.21.3 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.3...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/security.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 59809ab..06b57e5 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -22,7 +22,7 @@ jobs: - name: Checkout Source uses: actions/checkout@v4 - name: Run Gosec Security Scanner - uses: securego/gosec@v2.21.3 + uses: securego/gosec@v2.21.4 with: args: '-no-fail -fmt sarif -out results.sarif -tests ./...' - name: Upload SARIF file