Skip to content

Commit

Permalink
upload report
Browse files Browse the repository at this point in the history
  • Loading branch information
deandreJones committed May 20, 2024
1 parent e720621 commit d371103
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/zap-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,9 @@ jobs:
- name: ZAP Scan
uses: zaproxy/action-baseline@v0.12.0
with:
target: 'https://github.com/transcom/mymove'
target: 'https://github.com/transcom/mymove'
- name: Upload ZAP Report
uses: actions/upload-artifact@v2
with:
name: zap-scan-report
path: ${{ inputs.report_path }}

0 comments on commit d371103

Please sign in to comment.