Skip to content

Commit

Permalink
Add '.py' to invokation of zap-baseline script. (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
medined authored and sabre1041 committed Dec 30, 2018
1 parent 8da11f9 commit 840c75b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins-slaves/jenkins-slave-zap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Provides a docker image of the zap runtime for use as a Jenkins slave. The publi

## Run local

For local running and experimentation run `docker run -i -t jenkins-slave-zap /bin/bash` and have a play once inside the container. To check the zap runtime run `/zap/zap-baseline -r index.html -t http//<url-to-test>`
For local running and experimentation run `docker run -i -t jenkins-slave-zap /bin/bash` and have a play once inside the container. To check the zap runtime run `/zap/zap-baseline.py -r index.html -t http//<url-to-test>`

## Build in OpenShift

Expand Down

0 comments on commit 840c75b

Please sign in to comment.