Skip to content

Instantly share code, notes, and snippets.

@dlapiduz
Created December 9, 2015 17:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dlapiduz/9fa9117890398b40cd97 to your computer and use it in GitHub Desktop.
Save dlapiduz/9fa9117890398b40cd97 to your computer and use it in GitHub Desktop.
concourse_owasp.yml
---
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