Hey everyone,
I am currently integrating ZAP into an azure Pipeline for automated scanning. I created with the desktop version of zap a .yml file (Baseline_Scan_URL.yaml) and I do want to start this automated framework in the azure pipeline.
This command is working:
docker run --rm -v $(System.DefaultWorkingDirectory):/zap/wrk/:rw -v $(System.DefaultWorkingDirectory):/zap/report/ -t softwaresecurityproject/zap-stable zap.sh -cmd -autorun /zap/wrk/Baseline_Scan_URL.yaml
Now I do have two problems:
- this PowerShell script is giving me an error and i dont know why
- With the desktop version i am able to find over 100 URLs, but with this script I only find 3
Thanks in advance for your help