Skip to content

Commit 9968043

Browse files
committed
added html report
1 parent 4ff02e6 commit 9968043

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql-multiple-repo-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ jobs:
189189
190190
- name: Generate HTML Report from SARIF
191191
run: |
192-
sarif html sarif-results/*.sarif > codeql-report.html
192+
sarif html combined.sarif --output codeql-report.html
193193
194194
- name: Upload SARIF results as artifact
195195
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)