From 0b228ce5217601f46e7f1204661c2af92f83399e Mon Sep 17 00:00:00 2001 From: Jannik Hollenbach <13718901+J12934@users.noreply.github.com> Date: Mon, 21 Sep 2020 20:38:27 +0200 Subject: [PATCH] Also switch zap baseline image to wekly Required to run zap on non docker (e.g. containerd clusters) Also updated the used zap image --- scanners/zap/templates/zap-scan-type.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scanners/zap/templates/zap-scan-type.yaml b/scanners/zap/templates/zap-scan-type.yaml index a108594d..b04a1210 100644 --- a/scanners/zap/templates/zap-scan-type.yaml +++ b/scanners/zap/templates/zap-scan-type.yaml @@ -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. @@ -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. @@ -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.