Hi,
We're getting this error message intermittently on some of our Jenkins pipelines which use the
zap2docker-stable image and call the zap-api-scan.py script. I seen that this can be caused by an outdated network add-on but as far as I can see, we're using the most recent version (0.11.2).
Here is how we're calling the zap-api-scan.py script:
zap-api-scan.py -t ${TEST_URL}/v2/api-docs -f openapi -S -d -u ${SecurityRules} -P 1001 -z "-config rules.cookie.ignorelist=_ga,_gid,_gat,dtCookie,dtLatC,dtPC,dtSa,rxVisitor,rxvt" -l FAIL -r /zap/wrk/api-report.html
I've also attached a copy of the zap log file, any help would be appreciated.