mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-13 13:09:41 +02:00
Merge pull request #2076 from cisagov/za/2050-owasp-fail
Ticket #2050: Fix owasp failures
This commit is contained in:
commit
d8d2295dc6
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ services:
|
||||||
- pa11y
|
- pa11y
|
||||||
|
|
||||||
owasp:
|
owasp:
|
||||||
image: owasp/zap2docker-stable
|
image: ghcr.io/zaproxy/zaproxy:stable
|
||||||
command: zap-baseline.py -t http://app:8080 -c zap.conf -I -r zap_report.html
|
command: zap-baseline.py -t http://app:8080 -c zap.conf -I -r zap_report.html
|
||||||
volumes:
|
volumes:
|
||||||
- .:/zap/wrk/
|
- .:/zap/wrk/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue