Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 35eaa6f

Browse files
committed
Migrate ZAP docker repo away from now deprecated softwaresecurityproject docker hub org
Signed-off-by: Jannik Hollenbach <[email protected]>
1 parent 39f1295 commit 35eaa6f

File tree

12 files changed

+15
-15
lines changed

12 files changed

+15
-15
lines changed

scanners/zap-advanced/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ zapConfiguration:
524524
| zapContainer.envFrom | list | `[]` | Optional mount environment variables from configMaps or secrets (see: https://kubernetes.io/docs/tasks/inject-data-application/distribute-credentials-secure/#configure-all-key-value-pairs-in-a-secret-as-container-environment-variables) |
525525
| zapContainer.extraVolumeMounts | list | `[{"mountPath":"/home/zap/.ZAP_D/scripts/scripts/authentication/","name":"zap-scripts-authentication","readOnly":true},{"mountPath":"/home/zap/.ZAP_D/scripts/scripts/session/","name":"zap-scripts-session","readOnly":true}]` | Optional VolumeMounts mapped into each scanJob (see: https://kubernetes.io/docs/concepts/storage/volumes/) |
526526
| zapContainer.image.pullPolicy | string | `"IfNotPresent"` | 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 |
527-
| zapContainer.image.repository | string | `"softwaresecurityproject/zap-stable"` | Container Image to run the scan |
527+
| zapContainer.image.repository | string | `"docker.io/zaproxy/zap-stable"` | Container Image to run the scan |
528528
| zapContainer.image.tag | string | `nil` | defaults to the charts appVersion |
529529
| zapContainer.resources | object | `{}` | CPU/memory resource requests/limits (see: https://kubernetes.io/docs/tasks/configure-pod-container/assign-memory-resource/, https://kubernetes.io/docs/tasks/configure-pod-container/assign-cpu-resource/) |
530530
| zapContainer.securityContext.allowPrivilegeEscalation | bool | `false` | |

scanners/zap-advanced/docs/README.ArtifactHub.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ zapConfiguration:
529529
| zapContainer.envFrom | list | `[]` | Optional mount environment variables from configMaps or secrets (see: https://kubernetes.io/docs/tasks/inject-data-application/distribute-credentials-secure/#configure-all-key-value-pairs-in-a-secret-as-container-environment-variables) |
530530
| zapContainer.extraVolumeMounts | list | `[{"mountPath":"/home/zap/.ZAP_D/scripts/scripts/authentication/","name":"zap-scripts-authentication","readOnly":true},{"mountPath":"/home/zap/.ZAP_D/scripts/scripts/session/","name":"zap-scripts-session","readOnly":true}]` | Optional VolumeMounts mapped into each scanJob (see: https://kubernetes.io/docs/concepts/storage/volumes/) |
531531
| zapContainer.image.pullPolicy | string | `"IfNotPresent"` | 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 |
532-
| zapContainer.image.repository | string | `"softwaresecurityproject/zap-stable"` | Container Image to run the scan |
532+
| zapContainer.image.repository | string | `"docker.io/zaproxy/zap-stable"` | Container Image to run the scan |
533533
| zapContainer.image.tag | string | `nil` | defaults to the charts appVersion |
534534
| zapContainer.resources | object | `{}` | CPU/memory resource requests/limits (see: https://kubernetes.io/docs/tasks/configure-pod-container/assign-memory-resource/, https://kubernetes.io/docs/tasks/configure-pod-container/assign-cpu-resource/) |
535535
| zapContainer.securityContext.allowPrivilegeEscalation | bool | `false` | |

scanners/zap-advanced/tests/__snapshot__/scanner_test.yaml.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ matches the snapshot:
148148
- api.disablekey=true
149149
env: []
150150
envFrom: []
151-
image: softwaresecurityproject/zap-stable:0.0.0
151+
image: docker.io/zaproxy/zap-stable:0.0.0
152152
imagePullPolicy: IfNotPresent
153153
name: zap-sidecar
154154
ports:

scanners/zap-advanced/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ scanner:
133133
zapContainer:
134134
image:
135135
# -- Container Image to run the scan
136-
repository: softwaresecurityproject/zap-stable
136+
repository: docker.io/zaproxy/zap-stable
137137
# -- defaults to the charts appVersion
138138
tag: null
139139
# -- 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

scanners/zap-automation-framework/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ Alternatively, have a look at the [official documentation](https://www.zaproxy.o
495495
| scanner.extraVolumeMounts | list | `[{"mountPath":"/zap/wrk","name":"zap-workdir"},{"mountPath":"/zap/zap-entrypoint.bash","name":"zap-automation-framework-entrypoint","readOnly":true,"subPath":"zap-entrypoint.bash"}]` | Optional VolumeMounts mapped into each scanJob (see: https://kubernetes.io/docs/concepts/storage/volumes/) |
496496
| scanner.extraVolumes | list | `[{"emptyDir":{},"name":"zap-workdir"},{"configMap":{"name":"zap-automation-framework-entrypoint"},"name":"zap-automation-framework-entrypoint"}]` | Optional Volumes mapped into each scanJob (see: https://kubernetes.io/docs/concepts/storage/volumes/) |
497497
| scanner.image.pullPolicy | string | `"IfNotPresent"` | 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 |
498-
| scanner.image.repository | string | `"softwaresecurityproject/zap-stable"` | Container Image to run the scan |
498+
| scanner.image.repository | string | `"docker.io/zaproxy/zap-stable"` | Container Image to run the scan |
499499
| scanner.image.tag | string | `nil` | defaults to the charts appVersion |
500500
| scanner.nameAppend | string | `nil` | append a string to the default scantype name. |
501501
| scanner.nodeSelector | object | `{}` | Optional nodeSelector settings that control how the scanner job is scheduled (see: https://kubernetes.io/docs/tasks/configure-pod-container/assign-pods-nodes/) |

scanners/zap-automation-framework/docs/README.ArtifactHub.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ Alternatively, have a look at the [official documentation](https://www.zaproxy.o
500500
| scanner.extraVolumeMounts | list | `[{"mountPath":"/zap/wrk","name":"zap-workdir"},{"mountPath":"/zap/zap-entrypoint.bash","name":"zap-automation-framework-entrypoint","readOnly":true,"subPath":"zap-entrypoint.bash"}]` | Optional VolumeMounts mapped into each scanJob (see: https://kubernetes.io/docs/concepts/storage/volumes/) |
501501
| scanner.extraVolumes | list | `[{"emptyDir":{},"name":"zap-workdir"},{"configMap":{"name":"zap-automation-framework-entrypoint"},"name":"zap-automation-framework-entrypoint"}]` | Optional Volumes mapped into each scanJob (see: https://kubernetes.io/docs/concepts/storage/volumes/) |
502502
| scanner.image.pullPolicy | string | `"IfNotPresent"` | 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 |
503-
| scanner.image.repository | string | `"softwaresecurityproject/zap-stable"` | Container Image to run the scan |
503+
| scanner.image.repository | string | `"docker.io/zaproxy/zap-stable"` | Container Image to run the scan |
504504
| scanner.image.tag | string | `nil` | defaults to the charts appVersion |
505505
| scanner.nameAppend | string | `nil` | append a string to the default scantype name. |
506506
| scanner.nodeSelector | object | `{}` | Optional nodeSelector settings that control how the scanner job is scheduled (see: https://kubernetes.io/docs/tasks/configure-pod-container/assign-pods-nodes/) |

scanners/zap-automation-framework/tests/__snapshot__/scanner_test.yaml.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ matches the snapshot:
9494
- /zap/zap-entrypoint.bash
9595
env: []
9696
envFrom: []
97-
image: softwaresecurityproject/zap-stable:0.0.0
97+
image: docker.io/zaproxy/zap-stable:0.0.0
9898
imagePullPolicy: IfNotPresent
9999
name: zap-automation-framework
100100
resources:

scanners/zap-automation-framework/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ parser:
3838
scanner:
3939
image:
4040
# scanner.image.repository -- Container Image to run the scan
41-
repository: softwaresecurityproject/zap-stable
41+
repository: docker.io/zaproxy/zap-stable
4242
# scanner.image.tag -- defaults to the charts appVersion
4343
tag: null
4444
# -- 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

scanners/zap/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ Alternatively, have a look at the [official documentation](https://www.zaproxy.o
288288
| scanner.extraVolumeMounts | list | `[{"mountPath":"/zap/wrk","name":"zap-workdir"}]` | Optional VolumeMounts mapped into each scanJob (see: https://kubernetes.io/docs/concepts/storage/volumes/) |
289289
| scanner.extraVolumes | list | `[{"emptyDir":{},"name":"zap-workdir"}]` | Optional Volumes mapped into each scanJob (see: https://kubernetes.io/docs/concepts/storage/volumes/) |
290290
| scanner.image.pullPolicy | string | `"IfNotPresent"` | 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 |
291-
| scanner.image.repository | string | `"softwaresecurityproject/zap-stable"` | Container Image to run the scan |
291+
| scanner.image.repository | string | `"docker.io/zaproxy/zap-stable"` | Container Image to run the scan |
292292
| scanner.image.tag | string | `nil` | defaults to the charts appVersion |
293293
| scanner.nameAppend | string | `nil` | append a string to the default scantype name. |
294294
| scanner.nodeSelector | object | `{}` | Optional nodeSelector settings that control how the scanner job is scheduled (see: https://kubernetes.io/docs/tasks/configure-pod-container/assign-pods-nodes/) |

scanners/zap/docs/README.ArtifactHub.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ Alternatively, have a look at the [official documentation](https://www.zaproxy.o
293293
| scanner.extraVolumeMounts | list | `[{"mountPath":"/zap/wrk","name":"zap-workdir"}]` | Optional VolumeMounts mapped into each scanJob (see: https://kubernetes.io/docs/concepts/storage/volumes/) |
294294
| scanner.extraVolumes | list | `[{"emptyDir":{},"name":"zap-workdir"}]` | Optional Volumes mapped into each scanJob (see: https://kubernetes.io/docs/concepts/storage/volumes/) |
295295
| scanner.image.pullPolicy | string | `"IfNotPresent"` | 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 |
296-
| scanner.image.repository | string | `"softwaresecurityproject/zap-stable"` | Container Image to run the scan |
296+
| scanner.image.repository | string | `"docker.io/zaproxy/zap-stable"` | Container Image to run the scan |
297297
| scanner.image.tag | string | `nil` | defaults to the charts appVersion |
298298
| scanner.nameAppend | string | `nil` | append a string to the default scantype name. |
299299
| scanner.nodeSelector | object | `{}` | Optional nodeSelector settings that control how the scanner job is scheduled (see: https://kubernetes.io/docs/tasks/configure-pod-container/assign-pods-nodes/) |

0 commit comments

Comments
 (0)