From 44793d680bbdea7c9ab52871f33b0c38ddf82a09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 05:34:10 +0000 Subject: [PATCH] gha: bump securego/gosec from 2.18.0 to 2.18.1 Bumps [securego/gosec](https://github.com/securego/gosec) from 2.18.0 to 2.18.1. - [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/53fc0c3c83097ad5ae9c44c009f659345b36b4ca...0ec6cd95d7bf02aef4ec2786e884868e0044875b) --- updated-dependencies: - dependency-name: securego/gosec dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/scan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scan.yml b/.github/workflows/scan.yml index 8dbabbb5..1e4afd85 100644 --- a/.github/workflows/scan.yml +++ b/.github/workflows/scan.yml @@ -77,7 +77,7 @@ jobs: uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v2 - name: Run Gosec Security Scanner - uses: securego/gosec@53fc0c3c83097ad5ae9c44c009f659345b36b4ca # master + uses: securego/gosec@0ec6cd95d7bf02aef4ec2786e884868e0044875b # master with: # we let the report trigger content trigger a failure using the GitHub Security features. args: '-no-fail -fmt sarif -out results.sarif ./...'