Skip to content

Commit 49d82be

Browse files
authored
Update codeql.yml
sarif in debug & upload
1 parent da38d2d commit 49d82be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,12 @@ jobs:
8888
run: find /home/runner/work/WebGoat/ -name "*.sarif"
8989

9090
#11) UPLOAD SARIF E CREAZIONE ARTIFACT
91-
- name: Upload CSV
91+
- name: Upload SARIF
9292
if: steps.changed-files.outputs.any_changed == 'true'
9393
uses: actions/upload-artifact@v4
9494
with:
95-
name: csv-report
96-
path: /home/runner/work/WebGoat/results/java.csv
95+
name: sarif-report
96+
path: /home/runner/work/WebGoat/results/java.sarif
9797

9898
#12) SUMMARY
9999
- name: Analysis Summary

0 commit comments

Comments
 (0)