Skip to content

Commit fe3fa53

Browse files
authored
Update c-cpp.yml
1 parent bdde623 commit fe3fa53

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/c-cpp.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,8 @@ jobs:
1616
- name: make
1717
run: make
1818
- name: flawfinder_scan
19-
uses: david-a-wheeler/flawfinder@2.0.19-alpha1
19+
uses: david-a-wheeler/flawfinder@2.0.19
20+
with:
21+
arguments: '--sarif ./'
22+
output: 'flawfinder_results.sarif'
2023

0 commit comments

Comments
 (0)