File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed
Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ description: A Helm chart for the OWASP ZAP security scanner that integrates wit
55type : application
66# version - gets automatically set to the secureCodeBox release version when the helm charts gets published
77version : latest
8- appVersion : v2.9.0
8+ appVersion : " w2020-10-13 "
99kubeVersion : " >=v1.11.0"
1010
1111keywords :
Original file line number Diff line number Diff line change 1616 restartPolicy : Never
1717 containers :
1818 - name : zap-baseline
19- image : owasp/zap2docker-weekly:w2020-09-29
19+ image : " {{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }} "
2020 command :
2121 - " zap-baseline.py"
2222 # Force Zap to always return a zero exit code. k8s would otherwise try to restart zap.
5757 restartPolicy : Never
5858 containers :
5959 - name : zap-api-scan
60- image : owasp/zap2docker-weekly:w2020-09-29
60+ image : " {{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }} "
6161 command :
6262 - " zap-api-scan.py"
6363 # Force Zap to always return a zero exit code. k8s would otherwise try to restart zap.
9898 restartPolicy : Never
9999 containers :
100100 - name : zap-full-scan
101- image : owasp/zap2docker-weekly:w2020-09-29
101+ image : " {{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }} "
102102 command :
103103 - " zap-full-scan.py"
104104 # Force Zap to always return a zero exit code. k8s would otherwise try to restart zap.
Original file line number Diff line number Diff line change 1+ image :
2+ # image.repository -- Container Image to run the scan
3+ repository : owasp/zap2docker-weekly
4+ # image.tag - defaults to the charts appVersion
5+ tag : null
6+
17parserImage :
28 # parserImage.repository -- Parser image repository
39 repository : docker.io/scbexperimental/parser-zap
You can’t perform that action at this time.
0 commit comments