Skip to content

Commit 1ff70b3

Browse files
authored
Update flawfinder-analysis.yml
1 parent 8990bcd commit 1ff70b3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/flawfinder-analysis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
arguments: '--sarif --minlevel=5 ./'
3333
output: 'flawfinder_results.sarif'
3434

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
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

0 commit comments

Comments
 (0)