Skip to content

Commit ed5721c

Browse files
committed
gh-actions: Upload Sarif and DVL files
Signed-off-by: Daniel Schaefer <dhs@frame.work>
1 parent 7ac82eb commit ed5721c

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,22 @@ jobs:
8181
8282
- name: Perform CodeQL analysis
8383
uses: github/codeql-action/analyze@v4
84+
with:
85+
output: sarif-results
86+
87+
- name: Upload SARIF file
88+
uses: actions/upload-artifact@v4
89+
with:
90+
name: codeql-sarif
91+
path: sarif-results
92+
93+
- name: Generate DVL
94+
shell: cmd
95+
run: |
96+
"C:\Program Files (x86)\Windows Kits\10\Tools\dvl\dvl.exe" /manualCreate FrameworkArgb X64 /sarifPath sarif-results
97+
98+
- name: Upload DVL
99+
uses: actions/upload-artifact@v4
100+
with:
101+
name: dvl
102+
path: sarif-results/FrameworkArgb.DVL.XML

0 commit comments

Comments
 (0)