Does ZAP accept environment variables in daemon mode? For example, if I want to set the api key using an environment variable instead of passing in -config api.key=apikeyplaintext in the
ZAP Headless with xvfb will ZAP be able to read in the environment variable?
I've tried running the command with
"zap-x.sh -daemon -host 0.0.0.0 -port 8080 -config api.addrs.addr.name=.* -config api.addrs.addr.regex=true -config api.key=ZAP_ENV_VAR" and it doesn't seem to be reading it in. Thanks!