exclude G701

This commit is contained in:
0xmuralik 2022-10-18 15:09:55 +05:30
parent 670dc398e4
commit 944d2702b2

View File

@ -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 ./...'
args: '-no-fail -fmt sarif -out results.sarif -exclude=G701 ./...'
if: "env.GIT_DIFF_FILTERED != ''"
- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v1