From 15a657ef72de36c7b189ab52ad16fbc5c4c83fba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 02:27:54 +0000 Subject: [PATCH] Bump securego/gosec from 2.19.0 to 2.20.0 Bumps [securego/gosec](https://github.com/securego/gosec) from 2.19.0 to 2.20.0. - [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.19.0...v2.20.0) --- updated-dependencies: - dependency-name: securego/gosec dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/sercurity.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sercurity.yml b/.github/workflows/sercurity.yml index aaaf6c1..6a2764c 100644 --- a/.github/workflows/sercurity.yml +++ b/.github/workflows/sercurity.yml @@ -16,6 +16,6 @@ jobs: steps: - uses: actions/checkout@v4 - name: Run Gosec Security Scanner - uses: securego/gosec@v2.19.0 + uses: securego/gosec@v2.20.0 with: args: '-exclude=G103,G104,G304,G402 ./...' \ No newline at end of file