ci: disable gosec g101 in actions (#15650)

This commit is contained in:
Jacob Gadikian 2023-03-31 15:55:57 +07:00 committed by GitHub
parent 622ebf4df0
commit 64ab721a08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@ jobs:
uses: securego/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: "-exclude=G101 -no-fail -fmt sarif -out results.sarif ./..."
- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v2