We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da38d2d commit 49d82beCopy full SHA for 49d82be
.github/workflows/codeql.yml
@@ -88,12 +88,12 @@ jobs:
88
run: find /home/runner/work/WebGoat/ -name "*.sarif"
89
90
#11) UPLOAD SARIF E CREAZIONE ARTIFACT
91
- - name: Upload CSV
+ - name: Upload SARIF
92
if: steps.changed-files.outputs.any_changed == 'true'
93
uses: actions/upload-artifact@v4
94
with:
95
- name: csv-report
96
- path: /home/runner/work/WebGoat/results/java.csv
+ name: sarif-report
+ path: /home/runner/work/WebGoat/results/java.sarif
97
98
#12) SUMMARY
99
- name: Analysis Summary
0 commit comments