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

Commit

Permalink
Also switch zap baseline image to wekly
Browse files Browse the repository at this point in the history
Required to run zap on non docker (e.g. containerd clusters)
Also updated the used zap image
  • Loading branch information
J12934 committed Sep 21, 2020
1 parent d4260d8 commit 0b228ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scanners/zap/templates/zap-scan-type.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
restartPolicy: Never
containers:
- name: zap-baseline
image: owasp/zap2docker-stable:2.9.0
image: owasp/zap2docker-weekly:w2020-09-15
command:
- "zap-baseline.py"
# Force Zap to always return a zero exit code. k8s would otherwise try to restart zap.
Expand Down Expand Up @@ -52,7 +52,7 @@ spec:
restartPolicy: Never
containers:
- name: zap-api-scan
image: owasp/zap2docker-weekly:w2020-09-08
image: owasp/zap2docker-weekly:w2020-09-15
command:
- "zap-api-scan.py"
# Force Zap to always return a zero exit code. k8s would otherwise try to restart zap.
Expand Down Expand Up @@ -88,7 +88,7 @@ spec:
restartPolicy: Never
containers:
- name: zap-full-scan
image: owasp/zap2docker-weekly:w2020-09-08
image: owasp/zap2docker-weekly:w2020-09-15
command:
- "zap-full-scan.py"
# Force Zap to always return a zero exit code. k8s would otherwise try to restart zap.
Expand Down

0 comments on commit 0b228ce

Please sign in to comment.