Has anyone used variables for there The top level url in their yaml file or any other value then executed it using
-autorun commandline option?
I'm running the following command,
docker
container run -v $(pwd):/zap/wrk/:rw -t owasp/zap2docker-live bash -c
"zap.sh -cmd -addonupdate -addoninstall jython; zap.sh -cmd -autorun
/zap/wrk/zap.yaml"
But now i want to parameterize some of the values in the zap.yaml so it will be more robust.
Is there an example on how to do this and then how to execute it?