Skip to content

Commit

Permalink
Update zap.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vivek28058 authored Nov 21, 2024
1 parent c599931 commit f69f2ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/zap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
# Step 4: Run ZAP Scan against your application
- name: Run ZAP Scan
run: |
docker run -t -v ${{ github.workspace }} zaproxy/zap-stable zap-baseline.py -t https://igsglobal.com/our-solutions -r zap-report.html
docker run -t -v ${{ github.workspace }}:/zap/wrk zaproxy/zap-stable zap-baseline.py -t https://igsglobal.com/our-solutions -r /zap/wrk/zap-report.html
continue-on-error: true
# Step 5: Upload the ZAP scan report as an artifact
Expand Down

0 comments on commit f69f2ea

Please sign in to comment.