Skip to content

Commit 656eae4

Browse files
committed
chore(cicd): save the ZAP reports
1 parent 345aa34 commit 656eae4

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/nodejs.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,8 @@ jobs:
119119
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
120120
SCAN_ANNOTATE_PR: true
121121

122-
- uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # tag=v3.1.0
122+
- name: Save the SCAN reports
123+
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # tag=v3.1.0
123124
with:
124125
name: reports
125126
path: reports
@@ -169,6 +170,12 @@ jobs:
169170
with:
170171
target: http://localhost:3000
171172

173+
- name: Save the ZAP reports
174+
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # tag=v3.1.0
175+
with:
176+
name: reports
177+
path: report_*.*
178+
172179
# -- PRE-RELEASE ------------------------------------------------------------
173180
pre-release:
174181
name: Prepare Release

0 commit comments

Comments
 (0)