From d49bfea6728573a8b75b4f548ba0e2595fb230b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 22:35:44 +0000 Subject: [PATCH] build(deps): 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/linter.yaml | 2 +- .github/workflows/sec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linter.yaml b/.github/workflows/linter.yaml index f4372aac7..a9d938e53 100644 --- a/.github/workflows/linter.yaml +++ b/.github/workflows/linter.yaml @@ -39,7 +39,7 @@ jobs: - name: Checkout Source uses: actions/checkout@v4 - name: Run Gosec Security Scanner - uses: securego/gosec@v2.19.0 + uses: securego/gosec@v2.20.0 with: args: ./... kube-linter: diff --git a/.github/workflows/sec.yaml b/.github/workflows/sec.yaml index c533a373b..1dcce676c 100644 --- a/.github/workflows/sec.yaml +++ b/.github/workflows/sec.yaml @@ -17,7 +17,7 @@ jobs: - name: Checkout Source uses: actions/checkout@v4 - name: Run Gosec Security Scanner - uses: securego/gosec@v2.19.0 + uses: securego/gosec@v2.20.0 with: # we let the report trigger content trigger a failure using the GitHub Security features. args: '-no-fail -fmt sarif -out results.sarif ./...'