OWASP Zaproxy error : cannot access files
I’m running OWASP Zaproxy’s docker packaged to execute an automation plan within my gitlab ci/cd pipeline but I’m constantly getting an error. Here is the command that I executed : **docker run -v $(pwd):/zap/wrk/:rw -t zaproxy/zap-stable zap.sh -cmd -autorun /zap/wrk/DAST_config.yaml ** and here is the error that I got : Cannot access file: /zap/wrk/DAST_config.yaml .
So I tried to do ls to see if the file is available and it is (see screenshots).