Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
Add ZAP Baseline scan to test section of circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
jvehent committed Aug 10, 2017
1 parent c69a650 commit cc88694
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ test:
# server tests
- ./bin/test-request put '{}'
- ./bin/load_test_exercise.py http://localhost:10080
# run zap baseline against the server
- docker pull owasp/zap2docker-weekly
- docker run -t owasp/zap2docker-weekly zap-baseline.py -t http://localhost:10080

post:
- bash <(curl -s https://codecov.io/bash)
Expand Down

0 comments on commit cc88694

Please sign in to comment.