File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -296,9 +296,19 @@ jobs:
296296 uses : zaproxy/action-baseline@v0.12.0
297297 with :
298298 target : ' http://localhost:3000/'
299- rules_file_name : ' .zap/rules.tsv'
300299 cmd_options : ' -a'
301300 allow_issue_writing : false
301+ continue-on-error : true # Don't fail pipeline on warnings
302+
303+ - name : Upload ZAP scan results
304+ if : always()
305+ uses : actions/upload-artifact@v4
306+ with :
307+ name : zap-dast-results
308+ path : |
309+ report_json.json
310+ report_md.md
311+ report_html.html
302312
303313 - name : Stop application container
304314 if : always()
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ RUN npm install
99COPY . .
1010
1111ENV MONGO_URI=uriPlaceholder
12- ENV MONGO_USERNAME=usernamePlaceholder
13- ENV MONGO_PASSWORD=passwordPlaceholder
12+ # ENV MONGO_USERNAME=usernamePlaceholder
13+ # ENV MONGO_PASSWORD=passwordPlaceholder
1414
1515EXPOSE 3000
1616
You can’t perform that action at this time.
0 commit comments