Skip to content

Commit

Permalink
report location has changed to /root/.ZAP_D (#127)
Browse files Browse the repository at this point in the history
report location has changed to /root/.ZAP_D
  • Loading branch information
SOOS-GSteen authored Jul 24, 2024
1 parent c467a9d commit 7d09bed
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "soos-dast",
"version": "2.0.44",
"version": "2.0.45",
"description": "SOOS DAST - The affordable no limit web vulnerability scanner",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/zap_hooks/soos_zap_hook.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def start_zap(port, extra_zap_params):

def zap_started(zap, target):
log("zap_started_hook is running")
os.system("cp -R /zap/reports/traditional-json/report.json /root/.ZAP/reports/traditional-json/report.json")
os.system("cp -R /zap/reports/traditional-json/report.json /root/.ZAP_D/reports/traditional-json/report.json")
try:
# ZAP Docker scripts reset the target to the root URL
if target.count('/') > 2:
Expand Down

0 comments on commit 7d09bed

Please sign in to comment.