You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .templates/new-scanner/README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,13 +60,16 @@ Please include any extra Helm chart configurations that can be useful.
60
60
| Key | Type | Default | Description |
61
61
|-----|------|---------|-------------|
62
62
| cascadingRules.enabled | bool |`true`| Enables or disables the installation of the default cascading rules for this scanner |
63
+
| parser.affinity | object |`{}`| Optional affinity settings that control how the parser job is scheduled (see: https://kubernetes.io/docs/tasks/configure-pod-container/assign-pods-nodes-using-node-affinity/)|
63
64
| parser.env | list |`[]`| Optional environment variables mapped into each parseJob (see: https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/)|
64
65
| parser.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|
| parser.image.tag | string | defaults to the charts version | Parser image tag |
67
68
| parser.scopeLimiterAliases | object |`{}`| Optional finding aliases to be used in the scopeLimiter. |
69
+
| parser.tolerations | list |`[]`| Optional tolerations settings that control how the parser job is scheduled (see: https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/)|
68
70
| parser.ttlSecondsAfterFinished | string |`nil`| seconds after which the kubernetes job for the parser will be deleted. Requires the Kubernetes TTLAfterFinished controller: https://kubernetes.io/docs/concepts/workloads/controllers/ttlafterfinished/|
69
71
| scanner.activeDeadlineSeconds | string |`nil`| There are situations where you want to fail a scan Job after some amount of time. To do so, set activeDeadlineSeconds to define an active deadline (in seconds) when considering a scan Job as failed. (see: https://kubernetes.io/docs/concepts/workloads/controllers/job/#job-termination-and-cleanup)|
72
+
| scanner.affinity | object |`{}`| Optional affinity settings that control how the scanner job is scheduled (see: https://kubernetes.io/docs/tasks/configure-pod-container/assign-pods-nodes-using-node-affinity/)|
70
73
| scanner.backoffLimit | int | 3 | There are situations where you want to fail a scan Job after some amount of retries due to a logical error in configuration etc. To do so, set backoffLimit to specify the number of retries before considering a scan Job as failed. (see: https://kubernetes.io/docs/concepts/workloads/controllers/job/#pod-backoff-failure-policy)|
71
74
| scanner.env | list |`[]`| Optional environment variables mapped into each scanJob (see: https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/)|
72
75
| scanner.extraContainers | list |`[]`| Optional additional Containers started with each scanJob (see: https://kubernetes.io/docs/concepts/workloads/pods/init-containers/)|
@@ -83,6 +86,7 @@ Please include any extra Helm chart configurations that can be useful.
83
86
| scanner.securityContext.privileged | bool |`false`| Ensures that the scanner container is not run in privileged mode |
84
87
| scanner.securityContext.readOnlyRootFilesystem | bool |`true`| Prevents write access to the containers file system |
85
88
| scanner.securityContext.runAsNonRoot | bool |`true`| Enforces that the scanner image is run as a non root user |
89
+
| scanner.tolerations | list |`[]`| Optional tolerations settings that control how the scanner job is scheduled (see: https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/)|
86
90
| scanner.ttlSecondsAfterFinished | string |`nil`| seconds after which the kubernetes job for the scanner will be deleted. Requires the Kubernetes TTLAfterFinished controller: https://kubernetes.io/docs/concepts/workloads/controllers/ttlafterfinished/|
Copy file name to clipboardExpand all lines: hooks/cascading-scans/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -160,10 +160,12 @@ zap-http zap-baseline-scan non-invasive medium
160
160
161
161
| Key | Type | Default | Description |
162
162
|-----|------|---------|-------------|
163
+
| hook.affinity | object |`{}`| Optional affinity settings that control how the hook job is scheduled (see: https://kubernetes.io/docs/tasks/configure-pod-container/assign-pods-nodes-using-node-affinity/)|
| hook.image.tag | string | defaults to the charts version | The image Tag defaults to the charts version if not defined. |
165
166
| hook.labels | object |`{}`| Add Kubernetes Labels to the hook definition |
166
167
| hook.priority | int |`0`| Hook priority. Higher priority Hooks are guaranteed to execute before low priority Hooks. |
168
+
| hook.tolerations | list |`[]`| Optional tolerations settings that control how the hook job is scheduled (see: https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/)|
167
169
| 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/|
Copy file name to clipboardExpand all lines: hooks/cascading-scans/docs/README.ArtifactHub.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -168,10 +168,12 @@ zap-http zap-baseline-scan non-invasive medium
168
168
169
169
| Key | Type | Default | Description |
170
170
|-----|------|---------|-------------|
171
+
| hook.affinity | object |`{}`| Optional affinity settings that control how the hook job is scheduled (see: https://kubernetes.io/docs/tasks/configure-pod-container/assign-pods-nodes-using-node-affinity/)|
| hook.image.tag | string | defaults to the charts version | The image Tag defaults to the charts version if not defined. |
173
174
| hook.labels | object |`{}`| Add Kubernetes Labels to the hook definition |
174
175
| hook.priority | int |`0`| Hook priority. Higher priority Hooks are guaranteed to execute before low priority Hooks. |
176
+
| hook.tolerations | list |`[]`| Optional tolerations settings that control how the hook job is scheduled (see: https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/)|
175
177
| 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/|
Copy file name to clipboardExpand all lines: hooks/finding-post-processing/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,10 +87,12 @@ The `override` field specifies the desired fields and values that need to be upd
87
87
88
88
| Key | Type | Default | Description |
89
89
|-----|------|---------|-------------|
90
+
| hook.affinity | object | `{}` | Optional affinity settings that control how the hook job is scheduled (see: https://kubernetes.io/docs/tasks/configure-pod-container/assign-pods-nodes-using-node-affinity/) |
| hook.image.tag | string | defaults to the charts version | The image Tag defaults to the charts version if not defined. |
92
93
| hook.labels | object | `{}` | Add Kubernetes Labels to the hook definition |
93
94
| hook.priority | int | `0` | Hook priority. Higher priority Hooks are guaranteed to execute before low priority Hooks. |
95
+
| hook.tolerations | list | `[]` | Optional tolerations settings that control how the hook job is scheduled (see: https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/) |
94
96
| 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/ |
Copy file name to clipboardExpand all lines: hooks/finding-post-processing/docs/README.ArtifactHub.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,10 +95,12 @@ The `override` field specifies the desired fields and values that need to be upd
95
95
96
96
| Key | Type | Default | Description |
97
97
|-----|------|---------|-------------|
98
+
| hook.affinity | object | `{}` | Optional affinity settings that control how the hook job is scheduled (see: https://kubernetes.io/docs/tasks/configure-pod-container/assign-pods-nodes-using-node-affinity/) |
| hook.image.tag | string | defaults to the charts version | The image Tag defaults to the charts version if not defined. |
100
101
| hook.labels | object | `{}` | Add Kubernetes Labels to the hook definition |
101
102
| hook.priority | int | `0` | Hook priority. Higher priority Hooks are guaranteed to execute before low priority Hooks. |
103
+
| hook.tolerations | list | `[]` | Optional tolerations settings that control how the hook job is scheduled (see: https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/) |
102
104
| 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/ |
Copy file name to clipboardExpand all lines: hooks/generic-webhook/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,10 +55,12 @@ Kubernetes: `>=v1.11.0-0`
55
55
56
56
| Key | Type | Default | Description |
57
57
|-----|------|---------|-------------|
58
+
| hook.affinity | object |`{}`| Optional affinity settings that control how the hook job is scheduled (see: https://kubernetes.io/docs/tasks/configure-pod-container/assign-pods-nodes-using-node-affinity/)|
| hook.image.tag | string | defaults to the charts version | The image Tag defaults to the charts version if not defined. |
60
61
| hook.labels | object |`{}`| Add Kubernetes Labels to the hook definition |
61
62
| hook.priority | int |`0`| Hook priority. Higher priority Hooks are guaranteed to execute before low priority Hooks. |
63
+
| hook.tolerations | list |`[]`| Optional tolerations settings that control how the hook job is scheduled (see: https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/)|
62
64
| 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/|
63
65
| webhookUrl | string |`"http://example.com"`| The URL of your WebHook endpoint |
Copy file name to clipboardExpand all lines: hooks/generic-webhook/docs/README.ArtifactHub.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,10 +63,12 @@ Kubernetes: `>=v1.11.0-0`
63
63
64
64
| Key | Type | Default | Description |
65
65
|-----|------|---------|-------------|
66
+
| hook.affinity | object |`{}`| Optional affinity settings that control how the hook job is scheduled (see: https://kubernetes.io/docs/tasks/configure-pod-container/assign-pods-nodes-using-node-affinity/)|
| hook.image.tag | string | defaults to the charts version | The image Tag defaults to the charts version if not defined. |
68
69
| hook.labels | object |`{}`| Add Kubernetes Labels to the hook definition |
69
70
| hook.priority | int |`0`| Hook priority. Higher priority Hooks are guaranteed to execute before low priority Hooks. |
71
+
| hook.tolerations | list |`[]`| Optional tolerations settings that control how the hook job is scheduled (see: https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/)|
70
72
| 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/|
71
73
| webhookUrl | string |`"http://example.com"`| The URL of your WebHook endpoint |
| hook.affinity | object | `{}` | Optional affinity settings that control how the hook job is scheduled (see: https://kubernetes.io/docs/tasks/configure-pod-container/assign-pods-nodes-using-node-affinity/) |
346
347
| 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 |
| hook.image.tag | string | defaults to the charts version | Image tag |
349
350
| hook.labels | object | `{}` | Add Kubernetes Labels to the hook definition |
350
351
| hook.priority | int | `0` | Hook priority. Higher priority Hooks are guaranteed to execute before low priority Hooks. |
352
+
| hook.tolerations | list | `[]` | Optional tolerations settings that control how the hook job is scheduled (see: https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/) |
351
353
| 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/ |
| hook.affinity | object | `{}` | Optional affinity settings that control how the hook job is scheduled (see: https://kubernetes.io/docs/tasks/configure-pod-container/assign-pods-nodes-using-node-affinity/) |
354
355
| 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 |
| hook.image.tag | string | defaults to the charts version | Image tag |
357
358
| hook.labels | object | `{}` | Add Kubernetes Labels to the hook definition |
358
359
| hook.priority | int | `0` | Hook priority. Higher priority Hooks are guaranteed to execute before low priority Hooks. |
360
+
| hook.tolerations | list | `[]` | Optional tolerations settings that control how the hook job is scheduled (see: https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/) |
359
361
| 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/ |
Copy file name to clipboardExpand all lines: hooks/persistence-defectdojo/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -242,11 +242,13 @@ spec:
242
242
| defectdojo.lowPrivilegedMode | bool | `false` | Allows the hook to run with a users token whose access rights are restricted to one / multiple product types but doesn't have global platform rights. If set to true, the DefectDojo User ID has to be configured instead of the username (`defectdojo.authentication.userId`). User needs to have at least the `Maintainer` role in the used Product Type. |
243
243
| defectdojo.syncFindingsBack | bool | `true` | Syncs back (two way sync) all imported findings from DefectDojo to SCB Findings Store. When set to false the hook will only import the findings to DefectDojo (one way sync). |
244
244
| defectdojo.url | string | `"http://defectdojo-django.default.svc"` | Url to the DefectDojo Instance |
245
+
| hook.affinity | object | `{}` | Optional affinity settings that control how the hook job is scheduled (see: https://kubernetes.io/docs/tasks/configure-pod-container/assign-pods-nodes-using-node-affinity/) |
245
246
| 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 |
| hook.labels | object | `{}` | Add Kubernetes Labels to the hook definition |
249
250
| hook.priority | int | `0` | Hook priority. Higher priority Hooks are guaranteed to execute before low priority Hooks. |
251
+
| hook.tolerations | list | `[]` | Optional tolerations settings that control how the hook job is scheduled (see: https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/) |
250
252
| 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/ |
0 commit comments