Skip to content

Commit

Permalink
Debugging zap scan
Browse files Browse the repository at this point in the history
  • Loading branch information
sayoungestguy committed Aug 18, 2024
1 parent dc7e1a7 commit 01e1a4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
run: |
chmod +x script/zap-script.sh
- name: ZAP scan
run: scripts/zap-script.sh
run: script/zap-script.sh
- name: Archive production artifacts
uses: actions/upload-artifact@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion script/zap-script.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

docker pull zaproxy/zap-stable
docker run -i zaproxy/zap-stable zap-baseline.py -t "https://kenken64.github.io/bitcoin-order-app/" -l PASS > zap_baseline_report.html
docker run -i zaproxy/zap-stable zap-baseline.py -t "https://github.com/sayoungestguy/scaleup" -l PASS > zap_baseline_report.html

echo $? > /dev/null

0 comments on commit 01e1a4c

Please sign in to comment.