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
{{ message }}
This repository was archived by the owner on Oct 14, 2020. It is now read-only.
These will be extended later to best represent the needs of the
individual scanners.
Also added `env`, `extraVolumes`, `extraVolumeMounts`, `extraContainers`
config values missing in scanner templates.
| parserImage.tag | string | defaults to the charts version | Parser image tag|
45
-
| scannerJob.env | list |`[]`| Optional environment variables mapped into each scanJob (see: https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/)|
46
-
| scannerJob.extraContainers | list |`[]`| Optional additional Containers started with each scanJob (see: https://kubernetes.io/docs/concepts/workloads/pods/init-containers/)|
47
-
| scannerJob.extraVolumeMounts | list |`[]`| Optional VolumeMounts mapped into each scanJob (see: https://kubernetes.io/docs/concepts/storage/volumes/)|
48
-
| scannerJob.extraVolumes | list |`[]`| Optional Volumes mapped into each scanJob (see: https://kubernetes.io/docs/concepts/storage/volumes/)|
| scannerJob.ttlSecondsAfterFinished | string |`nil`| Defines how long the scanner job after finishing will be available (see: https://kubernetes.io/docs/concepts/workloads/controllers/ttlafterfinished/)|
| parserImage.tag | string | defaults to the charts version | Parser image tag |
45
+
| scannerJob.env | list |`[]`| Optional environment variables mapped into each scanJob (see: https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/)|
46
+
| scannerJob.extraContainers | list |`[]`| Optional additional Containers started with each scanJob (see: https://kubernetes.io/docs/concepts/workloads/pods/init-containers/)|
47
+
| scannerJob.extraVolumeMounts | list |`[{"mountPath":"/amass/output/config.ini","name":"amass-config","subPath":"config.ini"}]`| Optional VolumeMounts mapped into each scanJob (see: https://kubernetes.io/docs/concepts/storage/volumes/)|
48
+
| scannerJob.extraVolumes | list |`[{"configMap":{"name":"amass-config"},"name":"amass-config"}]`| Optional Volumes mapped into each scanJob (see: https://kubernetes.io/docs/concepts/storage/volumes/)|
| scannerJob.ttlSecondsAfterFinished | string |`nil`| Defines how long the scanner job after finishing will be available (see: https://kubernetes.io/docs/concepts/workloads/controllers/ttlafterfinished/)|
Copy file name to clipboardExpand all lines: scanners/amass/values.yaml
+11-2Lines changed: 11 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -24,10 +24,19 @@ scannerJob:
24
24
env: []
25
25
26
26
# scannerJob.extraVolumes -- Optional Volumes mapped into each scanJob (see: https://kubernetes.io/docs/concepts/storage/volumes/)
27
-
extraVolumes: []
27
+
extraVolumes:
28
+
- name: "amass-config"
29
+
configMap:
30
+
name: "amass-config"
28
31
29
32
# scannerJob.extraVolumeMounts -- Optional VolumeMounts mapped into each scanJob (see: https://kubernetes.io/docs/concepts/storage/volumes/)
30
-
extraVolumeMounts: []
33
+
extraVolumeMounts:
34
+
- name: "amass-config"
35
+
mountPath: "/amass/output/config.ini"
36
+
subPath: "config.ini"
31
37
32
38
# scannerJob.extraContainers -- Optional additional Containers started with each scanJob (see: https://kubernetes.io/docs/concepts/workloads/pods/init-containers/)
33
39
extraContainers: []
40
+
41
+
# scannerJob.securityContext -- Optional securityContext set on scanner container (see: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/)
Copy file name to clipboardExpand all lines: scanners/kube-hunter/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,7 @@ The following security scan configuration example are based on the [kube-hunter
43
43
| scannerJob.extraVolumeMounts | list |`[]`| Optional VolumeMounts mapped into each scanJob (see: https://kubernetes.io/docs/concepts/storage/volumes/)|
44
44
| scannerJob.extraVolumes | list |`[]`| Optional Volumes mapped into each scanJob (see: https://kubernetes.io/docs/concepts/storage/volumes/)|
| scannerJob.securityContext | object |`{}`| Optional securityContext set on scanner container (see: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/)|
46
47
| scannerJob.ttlSecondsAfterFinished | string |`nil`| Defines how long the scanner job after finishing will be available (see: https://kubernetes.io/docs/concepts/workloads/controllers/ttlafterfinished/)|
Copy file name to clipboardExpand all lines: scanners/kube-hunter/values.yaml
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -36,3 +36,6 @@ scannerJob:
36
36
37
37
# scannerJob.extraContainers -- Optional additional Containers started with each scanJob (see: https://kubernetes.io/docs/concepts/workloads/pods/init-containers/)
38
38
extraContainers: []
39
+
40
+
# scannerJob.securityContext -- Optional securityContext set on scanner container (see: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/)
Copy file name to clipboardExpand all lines: scanners/ncrack/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -151,6 +151,7 @@ SEE THE MAN PAGE (http://nmap.org/ncrack/man.html) FOR MORE OPTIONS AND EXAMPLES
151
151
| scannerJob.extraVolumeMounts | list |`[]`| Optional VolumeMounts mapped into each scanJob (see: https://kubernetes.io/docs/concepts/storage/volumes/)|
152
152
| scannerJob.extraVolumes | list |`[]`| Optional Volumes mapped into each scanJob (see: https://kubernetes.io/docs/concepts/storage/volumes/)|
| scannerJob.securityContext | object |`{}`| Optional securityContext set on scanner container (see: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/)|
154
155
| scannerJob.ttlSecondsAfterFinished | string |`nil`| Defines how long the scanner job after finishing will be available (see: https://kubernetes.io/docs/concepts/workloads/controllers/ttlafterfinished/)|
Copy file name to clipboardExpand all lines: scanners/ncrack/values.yaml
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -36,3 +36,6 @@ scannerJob:
36
36
37
37
# scannerJob.extraContainers -- Optional additional Containers started with each scanJob (see: https://kubernetes.io/docs/concepts/workloads/pods/init-containers/)
38
38
extraContainers: []
39
+
40
+
# scannerJob.securityContext -- Optional securityContext set on scanner container (see: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/)
Copy file name to clipboardExpand all lines: scanners/nikto/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,7 @@ Nikto also has a comprehensive list of [command line options documented](https:/
60
60
| scannerJob.extraVolumeMounts | list |`[]`| Optional VolumeMounts mapped into each scanJob (see: https://kubernetes.io/docs/concepts/storage/volumes/)|
61
61
| scannerJob.extraVolumes | list |`[]`| Optional Volumes mapped into each scanJob (see: https://kubernetes.io/docs/concepts/storage/volumes/)|
| scannerJob.securityContext | object |`{}`| Optional securityContext set on scanner container (see: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/)|
63
64
| scannerJob.ttlSecondsAfterFinished | string |`nil`| Defines how long the scanner job after finishing will be available (see: https://kubernetes.io/docs/concepts/workloads/controllers/ttlafterfinished/)|
0 commit comments