From d5e0f3d83b9a86b8d7294e9aad938b40c3533ea6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jun 2022 19:45:46 +0000 Subject: [PATCH] gha: bump securego/gosec from 2.11.0 to 2.12.0 Bumps [securego/gosec](https://github.com/securego/gosec) from 2.11.0 to 2.12.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/607d607b516bf301996678c68dc371a0dba9a938...a9b0ef0a1136cc93caacd1ca281a8b6d883946e5) --- updated-dependencies: - dependency-name: securego/gosec dependency-type: direct:production update-type: version-update:semver-minor ... 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 52ae435a..1a62b109 100644 --- a/.github/workflows/scan.yml +++ b/.github/workflows/scan.yml @@ -76,7 +76,7 @@ jobs: uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2 - name: Run Gosec Security Scanner - uses: securego/gosec@607d607b516bf301996678c68dc371a0dba9a938 # master + uses: securego/gosec@a9b0ef0a1136cc93caacd1ca281a8b6d883946e5 # master with: # we let the report trigger content trigger a failure using the GitHub Security features. args: '-no-fail -fmt sarif -out results.sarif ./...'