im trying to execute my yaml file by using zaproxy stable docker image. The problem is i am able to execute same yaml file in zaproxy desktop but not through the command .
Command:
docker run -v C:\Users\Maheshwari\Zapper\:/zap/wrk/:rw -t owasp/zap2docker-stable zap.sh -cmd -autorun /zap/wrk/zaptwo.yaml
My yaml file location is :
C:\Users\Maheshwari\Zappe\zaptwo.yaml.
im unable to figure out whether the problem is with yaml file or in the command.