Groups
Groups
Sign in
Groups
Groups
ZAP User Group
Conversations
About
Send feedback
Help
Github Actions - Error: The process '/usr/bin/docker' failed with exit code 3
847 views
Skip to first unread message
Felipe Lima Santos
unread,
Nov 17, 2021, 10:09:22 AM
11/17/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to OWASP ZAP User Group
Hi,
Hi, I'm testing OWASP through Git Actions, but when the process starting occur this error:
Automation plan failures:
20
Job spider failed to access URL
https://
xxx.xxx.xxx status code returned : 308 expected 200
21
2021-11-17 14:36:05,312 Failed to access summary file /home/zap/zap_out.json
22
Error:
failed to scan the target: Error: The process '/usr/bin/docker' failed with exit code 3
I would like to know if have some way that I can fix this problem.
Thanks,
Simon Bennetts
unread,
Nov 17, 2021, 10:24:19 AM
11/17/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to OWASP ZAP User Group
The target app is returning a perminant redirect:
https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/308
ZAP cant be sure that you really want to scan the new target (it could, for exmple be redirecting to
https://google.com
;) and is therefore exiting.
Have a look at where its redirecting to and if you still want to scan that site then use that url instead of the original one.
Cheers,
Simon
Reply all
Reply to author
Forward
0 new messages