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 626aeaa commit 49be62fCopy full SHA for 49be62f
.github/workflows/nodejs.yml
@@ -122,7 +122,7 @@ jobs:
122
- name: Save the SCAN reports
123
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # tag=v3.1.0
124
with:
125
- name: reports
+ name: sast-reports
126
path: reports
127
128
# -- ZAP Scan ---------------------------------------------------------------
@@ -173,7 +173,7 @@ jobs:
173
- name: Save the ZAP reports
174
175
176
+ name: zap-reports
177
path: report_*.*
178
179
# -- PRE-RELEASE ------------------------------------------------------------
0 commit comments