Skip to content

Commit

Permalink
Specify vulnapp version
Browse files Browse the repository at this point in the history
Pending a fix to SasanLabs/VulnerableApp#434

Signed-off-by: Simon Bennetts <[email protected]>
  • Loading branch information
psiinon committed May 30, 2023
1 parent 4e7a14d commit fa82ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/zap-vs-vulnerableapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: [ubuntu-latest]
steps:
- name: Start vulnerableApp
run: docker run --rm -d -p 9090:9090 --network host --name=owasp-vulnerableapp sasanlabs/owasp-vulnerableapp:latest
run: docker run --rm -d -p 9090:9090 --network host --name=owasp-vulnerableapp sasanlabs/owasp-vulnerableapp::1.11.22
- name: Start ZAP
run: docker run --rm -d -p 8090:8090 --network host owasp/zap2docker-weekly zap-x.sh -daemon -host localhost -port 8090 -addoninstallall -addonupdate -config "api.addrs.addr.name=.*" -config api.addrs.addr.regex=true -config ajaxSpider.numberOfBrowsers=10 -config ajaxSpider.maxDuration=60 -config ajaxSpider.clickElemsOnce=false -config ajaxSpider.clickDefaultElems=false -config scanner.addQueryParam=true -config scanner.injectable=31 -config api.disablekey=true &
- name: Run ZAP API script
Expand Down

0 comments on commit fa82ffb

Please sign in to comment.