ci: disable gosec G107 rule (#15665)

This commit is contained in:
Jacob Gadikian 2023-04-03 13:48:54 +07:00 committed by GitHub
parent 7f0e05ebb9
commit c3bc4dd0aa
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: "-exclude=G101 -no-fail -fmt sarif -out results.sarif ./..."
args: "-exclude=G101,G107 -no-fail -fmt sarif -out results.sarif ./..."
- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v2