Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ matches the snapshot:
- api.disablekey=true
env: []
envFrom: []
image: owasp/zap2docker-stable:0.0.0
image: softwaresecurityproject/zap-stable:0.0.0
imagePullPolicy: IfNotPresent
name: zap-sidecar
ports:
Expand Down
2 changes: 1 addition & 1 deletion scanners/zap-advanced/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ scanner:
zapContainer:
image:
# -- Container Image to run the scan
repository: owasp/zap2docker-stable
repository: softwaresecurityproject/zap-stable
# -- defaults to the charts appVersion
tag: null
# -- Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images
Expand Down
8 changes: 4 additions & 4 deletions scanners/zap/tests/__snapshot__/scanner_test.yaml.snap
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ matches the snapshot:
- ../../home/securecodebox/zap-results.xml
env: []
envFrom: []
image: owasp/zap2docker-stable:0.0.0
image: softwaresecurityproject/zap-stable:0.0.0
imagePullPolicy: IfNotPresent
name: zap-baseline-scan
resources:
Expand Down Expand Up @@ -139,7 +139,7 @@ matches the snapshot:
- ../../home/securecodebox/zap-results.xml
env: []
envFrom: []
image: owasp/zap2docker-stable:0.0.0
image: softwaresecurityproject/zap-stable:0.0.0
name: zap-api-scan
resources:
foo: bar
Expand Down Expand Up @@ -187,7 +187,7 @@ matches the snapshot:
- ../../home/securecodebox/zap-results.xml
env: []
envFrom: []
image: owasp/zap2docker-stable:0.0.0
image: softwaresecurityproject/zap-stable:0.0.0
imagePullPolicy: IfNotPresent
name: zap-full-scan
resources:
Expand Down Expand Up @@ -234,7 +234,7 @@ matches the snapshot:
- -cmd
env: []
envFrom: []
image: owasp/zap2docker-stable:0.0.0
image: softwaresecurityproject/zap-stable:0.0.0
imagePullPolicy: IfNotPresent
name: zap-automation-scan
resources:
Expand Down
2 changes: 1 addition & 1 deletion scanners/zap/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ parser:
scanner:
image:
# scanner.image.repository -- Container Image to run the scan
repository: owasp/zap2docker-stable
repository: softwaresecurityproject/zap-stable
# scanner.image.tag -- defaults to the charts appVersion
tag: null
# -- Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images
Expand Down