Skip to content

Instantly share code, notes, and snippets.

@dlapiduz
Created December 9, 2015 17:25

Revisions

  1. dlapiduz created this gist Dec 9, 2015.
    18 changes: 18 additions & 0 deletions concourse_owasp.yml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,18 @@
    ---
    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