Hi all,
When I run the below shown command in docker hosted vm directly, it runs well and generate a ZAP scan report without any errors.
docker run -v $(pwd)/zap-report:/zap/wrk/:rw -t owasp/zap2docker-stable zap-baseline.py -t
http://example.com -r stable-baselinescan.html
But when I run the same command from teamcity, it runs well and generate report as well but it is exited with this "SSH exit-code 2" error
SSH exit code 2 means - Remote connection failure. But I don't see any connection failure. Hope u all help to figure out this issue
Regards,
Khopi