From 740a1cbf908cebd6b8956d5da0f19afe47079a06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 04:06:45 +0000 Subject: [PATCH] Bump securego/gosec from 2.22.9 to 2.22.10 Bumps [securego/gosec](https://github.com/securego/gosec) from 2.22.9 to 2.22.10. - [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.22.9...v2.22.10) --- updated-dependencies: - dependency-name: securego/gosec dependency-version: 2.22.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/gosec.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gosec.yml b/.github/workflows/gosec.yml index 1011ce9b..bd25ae3a 100644 --- a/.github/workflows/gosec.yml +++ b/.github/workflows/gosec.yml @@ -21,7 +21,7 @@ jobs: - name: Checkout Source uses: actions/checkout@v5 - name: Run Gosec Security Scanner - uses: securego/gosec@v2.22.9 + uses: securego/gosec@v2.22.10 with: # we let the report trigger content trigger a failure using the GitHub Security features. args: '-exclude=G104,G307 -no-fail -fmt sarif -out results.sarif ./...'