Skip to content

Commit cdeee22

Browse files
rseedorffactions-user
authored andcommitted
Updating Helm Docs
1 parent 893c608 commit cdeee22

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

hooks/declarative-subsequent-scans/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,4 +120,4 @@ zap-http zap-baseline non-invasive medium
120120
|-----|------|---------|-------------|
121121
| hookJob.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/ |
122122
| image.repository | string | `"docker.io/securecodebox/hook-declarative-subsequent-scans"` | Hook image repository |
123-
| image.tag | string | `nil` | |
123+
| image.tag | string | defaults to the charts version | The image Tag defaults to the charts version if not defined. |

hooks/finding-post-processing/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@ The `override` field specifies the desired fields and values that need to be upd
5656
|-----|------|---------|-------------|
5757
| hookJob.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/ |
5858
| image.repository | string | `"docker.io/securecodebox/finding-post-processing"` | Hook image repository |
59-
| image.tag | string | `nil` | |
59+
| image.tag | string | defaults to the charts version | The image Tag defaults to the charts version if not defined. |
6060
| rules | list | `[]` | |

hooks/generic-webhook/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ helm upgrade --install gwh secureCodeBox/generic-webhook --set webhookUrl="http:
2323
|-----|------|---------|-------------|
2424
| hookJob.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/ |
2525
| image.repository | string | `"docker.io/securecodebox/generic-webhook"` | Hook image repository |
26-
| image.tag | string | `nil` | |
26+
| image.tag | string | defaults to the charts version | The image Tag defaults to the charts version if not defined. |
2727
| webhookUrl | string | `"http://example.com"` | The URL of your WebHook endpoint |

hooks/update-field/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ helm upgrade --install ufh secureCodeBox/update-field --set attribute.name="cate
2626
| attribute.value | string | `"my-own-category"` | The value of the attribute you want to add to each finding result |
2727
| hookJob.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/ |
2828
| image.repository | string | `"docker.io/securecodebox/update-field"` | Hook image repository |
29-
| image.tag | string | `nil` | |
29+
| image.tag | string | defaults to the charts version | The image Tag defaults to the charts version if not defined. |

0 commit comments

Comments
 (0)