I am running owasp/zap inside a openshift cluster with this command:
zap-full-scan.py -t "$TARGET" -r report.html -a -d -m 5
Target URL is the a webapp deployed internally within openshift cluster. This showed below output with only a Quit message at the end:
I hope someone can help me on this thank you in advance.
2025-10-30 06:43:59,809 Trigger hook: cli_opts, args: 1
2025-10-30 06:43:59,809 Using port: 47915
2025-10-30 06:43:59,809 Trigger hook: start_zap, args: 2
2025-10-30 06:43:59,809 Starting ZAP
2025-10-30 06:43:59,810 Params: ['/zap/zap-x.sh', '-daemon', '-port', '47915', '-host', '0.0.0.0', '-config', 'database.recoverylog=false', '-config', 'api.disablekey=true', '-config', 'api.addrs.addr.name=.*', '-config', 'api.addrs.addr.regex=true', '-config', 'spider.maxDuration=0', '-addonupdate', '-addoninstall', 'pscanrulesBeta', '-addoninstall', 'ascanrulesBeta', '-addoninstall', 'pscanrulesAlpha', '-addoninstall', 'ascanrulesAlpha']
2025-10-30 06:43:59,812 Starting new HTTP connection (1): localhost:47915
2025-10-30 06:44:00,815 Starting new HTTP connection (1): localhost:47915
2025-10-30 06:44:01,818 Starting new HTTP connection (1): localhost:47915
2025-10-30 06:44:02,821 Starting new HTTP connection (1): localhost:47915
2025-10-30 06:44:03,825 Starting new HTTP connection (1): localhost:47915
2025-10-30 06:44:04,828 Starting new HTTP connection (1): localhost:47915
2025-10-30 06:44:05,831 Starting new HTTP connection (1): localhost:47915
2025-10-30 06:44:06,835 Starting new HTTP connection (1): localhost:47915
2025-10-30 06:44:07,838 Starting new HTTP connection (1): localhost:47915
2025-10-30 06:44:07,910 http://localhost:47915 "GET http://zap/JSON/core/view/version/ HTTP/1.1" 200 20
2025-10-30 06:44:07,911 ZAP Version 2.16.1
2025-10-30 06:44:07,911 Took 8 seconds
2025-10-30 06:44:07,911 Trigger hook: zap_started, args: 2
2025-10-30 06:44:07,911 Tune
2025-10-30 06:44:07,911 Disable all tags
2025-10-30 06:44:07,913 Starting new HTTP connection (1): localhost:47915
2025-10-30 06:44:07,924 http://localhost:47915 "GET http://zap/JSON/pscan/action/disableAllTags/ HTTP/1.1" 200 15
2025-10-30 06:44:07,924 Set max pscan alerts
2025-10-30 06:44:07,926 Starting new HTTP connection (1): localhost:47915
2025-10-30 06:44:07,934 http://localhost:47915 "GET http://zap/JSON/pscan/action/setMaxAlertsPerRule/?maxAlerts=10 HTTP/1.1" 200 15
2025-10-30 06:44:07,934 Trigger hook: zap_tuned, args: 1
2025-10-30 06:44:07,934 Trigger hook: zap_access_target, args: 2
2025-10-30 06:44:07,936 Starting new HTTPS connection (1): ci-sample-roks-tkn-training-app.devsecops-bluefringe-clus-3d5d31b2e6cee5459060da8addf55c34-i000.jp-tok.containers.appdomain.cloud:443
2025-10-30 06:44:08,585 https://ci-sample-roks-tkn-training-app.devsecops-mycluster-clus-3d5d31b2e69060da8addf55c3cee5454-i000.jp-tok.containers.appdomain.cloud:443 "GET / HTTP/1.1" 200 2882
Quit