Skip to content

Commit

Permalink
ci: disable gosec G107 rule (cosmos#15665)
Browse files Browse the repository at this point in the history
  • Loading branch information
faddat authored Apr 3, 2023
1 parent 7f0e05e commit c3bc4dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gosec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c3bc4dd

Please sign in to comment.