Skip to content

Commit

Permalink
Merge pull request #2203 from alanraju-aot/develop
Browse files Browse the repository at this point in the history
ZAP changes for report generation
  • Loading branch information
arun-s-aot authored Aug 28, 2024
2 parents 01ee493 + f170782 commit d209759
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/forms-flow-bpm-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,4 +149,9 @@ jobs:
docker_name: 'ghcr.io/zaproxy/zaproxy:stable'
target: ${{ secrets.BPM_TARGET_URL }}
rules_file_name: '.zap/rules.tsv'
cmd_options: '-a'
cmd_options: '-a -r zap-report.html'
- name: Upload ZAP Report
uses: actions/upload-artifact@v2
with:
name: zap-report
path: zap-report.html
7 changes: 6 additions & 1 deletion .github/workflows/forms-flow-web-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,9 @@ jobs:
docker_name: 'ghcr.io/zaproxy/zaproxy:stable'
target: ${{ secrets.WEB_TARGET_URL }}
rules_file_name: '.zap/rules.tsv'
cmd_options: '-a'
cmd_options: '-a -r zap-report.html'
- name: Upload ZAP Report
uses: actions/upload-artifact@v2
with:
name: zap-report
path: zap-report.html

0 comments on commit d209759

Please sign in to comment.