ci: disable gosec G107 rule (#15665)
This commit is contained in:
parent
7f0e05ebb9
commit
c3bc4dd0aa
2
.github/workflows/gosec.yml
vendored
2
.github/workflows/gosec.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user