Greetings,
I'm running the Zap docker image in Jenkins job for CI/CD like this:
docker run -t owasp/zap2docker-weekly zap-baseline.py -t $url
and this:
docker run -t owasp/zap2docker-weekly zap-api-scan.py -t $url -f openapi
Supposed the target URL needs a user/password or an authentication token, who can those be included in the above commands?