ci: disable gosec g101 in actions (#15650)
This commit is contained in:
parent
622ebf4df0
commit
64ab721a08
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: "-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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user