Hello,
I have a BASH script as a control panel where I set variables, scripts, etc. for each APP. Once I have that ready, I run a docker command to start the scanning process. I use a YAML file for the config, and I pass those variable to drive it. The problem I encountered is when I want to set maxDurationit fails saying that:
Invalid value for job passiveScan-wait parameter maxDuration - ${MAX_DURATION} should be an integer
The parameter is exported and set as a INT. It seems that there isn't a way to make this work in OWASP ZAP world. Is there a working alternative to my problem? I reckon this is valid for all INT parameters we'd like to control via env variables.
Thanks in advance!