Skip to content

Commit 49be62f

Browse files
committed
fix(cicd): add different names for the SAST and ZAP reports
1 parent 626aeaa commit 49be62f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
- name: Save the SCAN reports
123123
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # tag=v3.1.0
124124
with:
125-
name: reports
125+
name: sast-reports
126126
path: reports
127127

128128
# -- ZAP Scan ---------------------------------------------------------------
@@ -173,7 +173,7 @@ jobs:
173173
- name: Save the ZAP reports
174174
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # tag=v3.1.0
175175
with:
176-
name: reports
176+
name: zap-reports
177177
path: report_*.*
178178

179179
# -- PRE-RELEASE ------------------------------------------------------------

0 commit comments

Comments
 (0)