Skip to content

Commit

Permalink
chore(gosec): exclude rule G304 from security scan (#860)
Browse files Browse the repository at this point in the history
  • Loading branch information
zakir-code authored Jan 2, 2025
1 parent 0be9a5f commit 6eb8e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
uses: securego/gosec@master
with:
# we let the report trigger content trigger a failure using the GitHub Security features.
args: "-exclude=G101,G107,G115 -no-fail -fmt sarif -out results.sarif ./..."
args: "-exclude=G101,G107,G115,G304 -no-fail -fmt sarif -out results.sarif ./..."
- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v3
with:
Expand Down

0 comments on commit 6eb8e39

Please sign in to comment.