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 8990bcd commit 1ff70b3Copy full SHA for 1ff70b3
.github/workflows/flawfinder-analysis.yml
@@ -32,7 +32,7 @@ jobs:
32
arguments: '--sarif --minlevel=5 ./'
33
output: 'flawfinder_results.sarif'
34
35
- #- name: Upload analysis results to GitHub Security tab
36
- # uses: github/codeql-action/upload-sarif@v1
37
- # with:
38
- # sarif_file: ${{github.workspace}}/flawfinder_results.sarif
+ - name: Upload analysis results to GitHub Security tab
+ uses: github/codeql-action/upload-sarif@v1
+ with:
+ sarif_file: ${{github.workspace}}/flawfinder_results.sarif
0 commit comments