From 1a107b4f0c2efac29879a79f4648881bde0afa9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 14:17:01 +0200 Subject: [PATCH] chore(deps): bump securego/gosec from 2.20.0 to 2.21.4 (#44) Bumps [securego/gosec](https://github.com/securego/gosec) from 2.20.0 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/6fbd381238e97e1d1f3358f0d6d65de78dcf9245...d4617f51baf75f4f809066386a4f9d27b3ac3e46) --- updated-dependencies: - dependency-name: securego/gosec dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/golangci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/golangci.yml b/.github/workflows/golangci.yml index 6218a7e..9d97b4d 100644 --- a/.github/workflows/golangci.yml +++ b/.github/workflows/golangci.yml @@ -53,8 +53,8 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Run Gosec Security Scanner - uses: securego/gosec@6fbd381238e97e1d1f3358f0d6d65de78dcf9245 - # V.2.20.0 + uses: securego/gosec@d4617f51baf75f4f809066386a4f9d27b3ac3e46 + # V.2.21.4 with: args: "-exclude-dir=assets -no-fail -fmt sarif -out results.sarif ./..." - name: Upload SARIF file