Created
December 9, 2015 17:25
-
-
Save dlapiduz/9fa9117890398b40cd97 to your computer and use it in GitHub Desktop.
concourse_owasp.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
platform: linux | |
image: docker:///owasp/zap2docker-stable | |
run: | |
path: zap-cli | |
args: | |
- quick-scan | |
- https://cloud.gov/ | |
- -sc | |
- -o | |
- '-config api.disablekey=true' | |
- -s | |
- xss,sqli | |
params: | |
ZAP_PORT: 8080 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment