This repository was archived by the owner on Oct 14, 2020. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
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.
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.
You can’t perform that action at this time.
0 commit comments