diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 28059733..ec2f1d22 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -24,7 +24,7 @@ jobs: uses: cosmos/gosec@master with: # we let the report trigger content trigger a failure using the GitHub Security features. - args: '-no-fail -fmt sarif -out results.sarif -exclude=G701 ./...' + args: '-no-fail -fmt sarif -out results.sarif -exclude=G701,G703 ./...' if: "env.GIT_DIFF_FILTERED != ''" - name: Upload SARIF file uses: github/codeql-action/upload-sarif@v1