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 ./...'