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.
1 parent e1502ad commit bb17e42Copy full SHA for bb17e42
.github/workflows/action-integration.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Run action against gosec source
26
uses: ./
27
with:
28
- args: -no-fail -fmt sarif -out results.sarif -exclude-generated ./...
+ args: -no-fail -nosec -fmt sarif -out results.sarif -exclude-generated ./...
29
30
- name: Validate SARIF output exists and is valid JSON
31
run: |
0 commit comments