diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index de9eb1b6..1598c5d1 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -47,7 +47,7 @@ jobs: uses: securego/gosec@master with: # we let the report trigger content trigger a failure using the GitHub Security features. - args: "-exclude=G101,G107,G115 -no-fail -fmt sarif -out results.sarif ./..." + args: "-exclude=G101,G107,G115,G304 -no-fail -fmt sarif -out results.sarif ./..." - name: Upload SARIF file uses: github/codeql-action/upload-sarif@v3 with: