Skip to content

Commit 5a9aee1

Browse files
WeltraumschafsecureCodeBoxBot
authored andcommitted
Updating Helm Docs
Signed-off-by: GitHub Actions <[email protected]>
1 parent 08ab1d6 commit 5a9aee1

7 files changed

Lines changed: 8 additions & 1 deletion

File tree

hooks/cascading-scans/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ zap-http zap-baseline-scan non-invasive medium
162162
|-----|------|---------|-------------|
163163
| hook.image.repository | string | `"docker.io/securecodebox/hook-cascading-scans"` | Hook image repository |
164164
| hook.image.tag | string | defaults to the charts version | The image Tag defaults to the charts version if not defined. |
165+
| hook.labels | object | `{}` | Add Kubernetes Labels to the hook definition |
165166
| hook.priority | int | `0` | Hook priority. Higher priority Hooks are guaranteed to execute before low priority Hooks. |
166167
| hook.ttlSecondsAfterFinished | string | `nil` | Seconds after which the kubernetes job for the hook will be deleted. Requires the Kubernetes TTLAfterFinished controller: https://kubernetes.io/docs/concepts/workloads/controllers/ttlafterfinished/ |
167168

hooks/finding-post-processing/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ The `override` field specifies the desired fields and values that need to be upd
8989
|-----|------|---------|-------------|
9090
| hook.image.repository | string | `"docker.io/securecodebox/hook-finding-post-processing"` | Hook image repository |
9191
| hook.image.tag | string | defaults to the charts version | The image Tag defaults to the charts version if not defined. |
92+
| hook.labels | object | `{}` | Add Kubernetes Labels to the hook definition |
9293
| hook.priority | int | `0` | Hook priority. Higher priority Hooks are guaranteed to execute before low priority Hooks. |
9394
| hook.ttlSecondsAfterFinished | string | `nil` | Seconds after which the kubernetes job for the hook will be deleted. Requires the Kubernetes TTLAfterFinished controller: https://kubernetes.io/docs/concepts/workloads/controllers/ttlafterfinished/ |
9495
| rules | list | `[]` | |

hooks/generic-webhook/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ Kubernetes: `>=v1.11.0-0`
5757
|-----|------|---------|-------------|
5858
| hook.image.repository | string | `"docker.io/securecodebox/hook-generic-webhook"` | Hook image repository |
5959
| hook.image.tag | string | defaults to the charts version | The image Tag defaults to the charts version if not defined. |
60+
| hook.labels | object | `{}` | Add Kubernetes Labels to the hook definition |
6061
| hook.priority | int | `0` | Hook priority. Higher priority Hooks are guaranteed to execute before low priority Hooks. |
6162
| hook.ttlSecondsAfterFinished | string | `nil` | Seconds after which the kubernetes job for the hook will be deleted. Requires the Kubernetes TTLAfterFinished controller: https://kubernetes.io/docs/concepts/workloads/controllers/ttlafterfinished/ |
6263
| webhookUrl | string | `"http://example.com"` | The URL of your WebHook endpoint |

hooks/notification/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,7 @@ To fill your template with data we provide the following objects.
346346
| hook.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 |
347347
| hook.image.repository | string | `"docker.io/securecodebox/hook-notification"` | Hook image repository |
348348
| hook.image.tag | string | defaults to the charts version | Image tag |
349+
| hook.labels | object | `{}` | Add Kubernetes Labels to the hook definition |
349350
| hook.priority | int | `0` | Hook priority. Higher priority Hooks are guaranteed to execute before low priority Hooks. |
350351
| hook.ttlSecondsAfterFinished | string | `nil` | seconds after which the kubernetes job for the hook will be deleted. Requires the Kubernetes TTLAfterFinished controller: https://kubernetes.io/docs/concepts/workloads/controllers/ttlafterfinished/ |
351352
| notificationChannels[0].endPoint | string | `"SOME_ENV_KEY"` | |

hooks/persistence-defectdojo/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,8 @@ spec:
229229
| defectdojo.url | string | `"http://defectdojo-django.default.svc"` | Url to the DefectDojo Instance |
230230
| hook.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 |
231231
| hook.image.repository | string | `"docker.io/securecodebox/hook-persistence-defectdojo"` | Hook image repository |
232-
| hook.image.tag | string | defaults to the charts version | Container image tag |
232+
| hook.image.tag | string | `nil` | Container image tag |
233+
| hook.labels | object | `{}` | Add Kubernetes Labels to the hook definition |
233234
| hook.priority | int | `0` | Hook priority. Higher priority Hooks are guaranteed to execute before low priority Hooks. |
234235

235236
## License

hooks/persistence-elastic/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ the [Luxon documentation](https://moment.github.io/luxon/docs/manual/formatting.
8282
| fullnameOverride | string | `""` | |
8383
| hook.image.repository | string | `"docker.io/securecodebox/hook-persistence-elastic"` | Hook image repository |
8484
| hook.image.tag | string | defaults to the charts version | The image Tag defaults to the charts version if not defined. |
85+
| hook.labels | object | `{}` | Add Kubernetes Labels to the hook definition |
8586
| hook.priority | int | `0` | Hook priority. Higher priority Hooks are guaranteed to execute before low priority Hooks. |
8687
| hook.ttlSecondsAfterFinished | string | `nil` | Seconds after which the kubernetes job for the hook will be deleted. Requires the Kubernetes TTLAfterFinished controller: https://kubernetes.io/docs/concepts/workloads/controllers/ttlafterfinished/ |
8788
| imagePullSecrets | list | `[]` | |

hooks/update-field/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ helm upgrade --install ufh secureCodeBox/update-field-hook --set attribute.name=
6464
| attribute.value | string | `"my-own-category"` | The value of the attribute you want to add to each finding result |
6565
| hook.image.repository | string | `"docker.io/securecodebox/hook-update-field"` | Hook image repository |
6666
| hook.image.tag | string | defaults to the charts version | The image Tag defaults to the charts version if not defined. |
67+
| hook.labels | object | `{}` | Add Kubernetes Labels to the hook definition |
6768
| hook.priority | int | `0` | Hook priority. Higher priority Hooks are guaranteed to execute before low priority Hooks. |
6869
| hook.ttlSecondsAfterFinished | string | `nil` | Seconds after which the kubernetes job for the hook will be deleted. Requires the Kubernetes TTLAfterFinished controller: https://kubernetes.io/docs/concepts/workloads/controllers/ttlafterfinished/ |
6970

0 commit comments

Comments
 (0)