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

Commit 0b228ce

Browse files
committed
Also switch zap baseline image to wekly
Required to run zap on non docker (e.g. containerd clusters) Also updated the used zap image
1 parent d4260d8 commit 0b228ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
restartPolicy: Never
1717
containers:
1818
- name: zap-baseline
19-
image: owasp/zap2docker-stable:2.9.0
19+
image: owasp/zap2docker-weekly:w2020-09-15
2020
command:
2121
- "zap-baseline.py"
2222
# Force Zap to always return a zero exit code. k8s would otherwise try to restart zap.
@@ -52,7 +52,7 @@ spec:
5252
restartPolicy: Never
5353
containers:
5454
- name: zap-api-scan
55-
image: owasp/zap2docker-weekly:w2020-09-08
55+
image: owasp/zap2docker-weekly:w2020-09-15
5656
command:
5757
- "zap-api-scan.py"
5858
# Force Zap to always return a zero exit code. k8s would otherwise try to restart zap.
@@ -88,7 +88,7 @@ spec:
8888
restartPolicy: Never
8989
containers:
9090
- name: zap-full-scan
91-
image: owasp/zap2docker-weekly:w2020-09-08
91+
image: owasp/zap2docker-weekly:w2020-09-15
9292
command:
9393
- "zap-full-scan.py"
9494
# Force Zap to always return a zero exit code. k8s would otherwise try to restart zap.

0 commit comments

Comments
 (0)