diff --git a/.github/workflows/gosec.yml b/.github/workflows/gosec.yml index 60f5283f..1e6df7b3 100644 --- a/.github/workflows/gosec.yml +++ b/.github/workflows/gosec.yml @@ -21,7 +21,7 @@ jobs: - name: Checkout Source uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Run Gosec Security Scanner - uses: securego/gosec@bb17e422fc34bf4c0a2e5cab9d07dc45a68c040c # v2.24.7 + uses: securego/gosec@223e19b8856e00f02cc67804499a83f77e208f3c # v2.25.0 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 ./...'