We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 345aa34 commit 656eae4Copy full SHA for 656eae4
1 file changed
.github/workflows/nodejs.yml
@@ -119,7 +119,8 @@ jobs:
119
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
120
SCAN_ANNOTATE_PR: true
121
122
- - uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # tag=v3.1.0
+ - name: Save the SCAN reports
123
+ uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # tag=v3.1.0
124
with:
125
name: reports
126
path: reports
@@ -169,6 +170,12 @@ jobs:
169
170
171
target: http://localhost:3000
172
173
+ - name: Save the ZAP reports
174
175
+ with:
176
+ name: reports
177
+ path: report_*.*
178
+
179
# -- PRE-RELEASE ------------------------------------------------------------
180
pre-release:
181
name: Prepare Release
0 commit comments