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

Commit c889bf1

Browse files
committed
Removed parameters which are not supported for now (-I) in all ZAP scan types
1 parent 10e7601 commit c889bf1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ spec:
4949
image: owasp/zap2docker-stable:2.9.0
5050
command:
5151
- "zap-api-scan.py"
52-
# Force Zap to always return a zero exit code. k8s would otherwise try to restart zap.
53-
- "-I"
5452
- "-J"
5553
# ZAP Baseline Script doesn't allow absolute paths...
5654
# Hacky workaround: specify a relative path to the `/zap/wrk` base dir.
@@ -81,8 +79,6 @@ spec:
8179
image: owasp/zap2docker-stable:2.9.0
8280
command:
8381
- "zap-full-scan.py"
84-
# Force Zap to always return a zero exit code. k8s would otherwise try to restart zap.
85-
- "-I"
8682
- "-J"
8783
# ZAP Baseline Script doesn't allow absolute paths...
8884
# Hacky workaround: specify a relative path to the `/zap/wrk` base dir.

0 commit comments

Comments
 (0)