0
votes

I am a beginner in ZAP. I am getting below error while configuring ZAP in Jenkins Job.

[ZAP-BootstrapGUI] ERROR org.zaproxy.zap.GuiBootstrap  - Unsupported option '-daemon -host <IP> -port <port> -config api.key=<api_key> -installdir <Windows_path>.;
java.lang.Exception: Unsupported option '-daemon -host <IP> -port <port> -config api.key=<api_key> -installdir <Windows_path>.;

How to fix the above error.

enter image description here enter image description here enter image description here enter image description here enter image description here

1

1 Answers

0
votes

It looks like all of the options you have specified are being passed to ZAP as one single option, which ZAP does not understand. You will need to specify them so that ZAP treats them as separate options. Can you post a screenshot of your configuration, hiding any sensitive info?