We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 25327a8 + b971bd1 commit 8d2101cCopy full SHA for 8d2101c
.github/workflows/ci.yml
@@ -76,7 +76,7 @@ jobs:
76
- uses: securego/gosec@master
77
with:
78
# we let the report trigger content trigger a failure using the GitHub Security features.
79
- args: '-no-fail -fmt sarif -out results.sarif -tags fuzz ./...'
+ args: '-no-fail -exclude-generated -fmt sarif -out results.sarif -tags fuzz ./...'
80
- uses: github/codeql-action/upload-sarif@v3
81
82
# Path to SARIF file relative to the root of the repository
0 commit comments