Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit 209a31f

Browse files
committed
Update ZAP Weekly Docker images used
1 parent f37b8e9 commit 209a31f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scanners/zap/templates/zap-scan-type.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ spec:
4848
restartPolicy: Never
4949
containers:
5050
- name: zap-api-scan
51-
image: owasp/zap2docker-weekly:w2020-06-24
51+
image: owasp/zap2docker-weekly:w2020-09-08
5252
command:
5353
- "zap-api-scan.py"
5454
# Force Zap to always return a zero exit code. k8s would otherwise try to restart zap.
@@ -82,7 +82,7 @@ spec:
8282
restartPolicy: Never
8383
containers:
8484
- name: zap-full-scan
85-
image: owasp/zap2docker-weekly:w2020-06-24
85+
image: owasp/zap2docker-weekly:w2020-09-08
8686
command:
8787
- "zap-full-scan.py"
8888
# Force Zap to always return a zero exit code. k8s would otherwise try to restart zap.

0 commit comments

Comments
 (0)