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: charts/node-analyzer/README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -195,7 +195,7 @@ The following table lists the configurable parameters of the Sysdig Node Analyze
195
195
|`nodeAnalyzer.hostScanner.additionalDirsToScan`| Sets the optional comma-separated list of directories in addition to the default ones. |``|
196
196
|`nodeAnalyzer.hostScanner.env`| Specifies the extra environment variables that will be passed onto pods. |`{}`|
197
197
|`nodeAnalyzer.hostScanner.image.repository`| Specifies the image repository to pull the Host Scanner from. |`sysdig/vuln-host-scanner`|
198
-
|`nodeAnalyzer.hostScanner.image.tag`| Specifies the image tag to pull the Host Scanner. |`0.6.8`|
198
+
|`nodeAnalyzer.hostScanner.image.tag`| Specifies the image tag to pull the Host Scanner. |`0.7.0`|
199
199
|`nodeAnalyzer.hostScanner.image.digest`| Specifies the image digest to pull. |``|
200
200
|`nodeAnalyzer.hostScanner.image.pullPolicy`| Specifies the image pull policy for the Host Scanner. |`""`|
201
201
|`nodeAnalyzer.hostScanner.http_proxy`| Sets `HTTP_PROXY` on the Host Scanner container. |`""`|
@@ -209,6 +209,9 @@ The following table lists the configurable parameters of the Sysdig Node Analyze
209
209
|`nodeAnalyzer.hostScanner.resources.limits.ephemeral-storage`| Specifies the Host Scanner Storage limit per node. |`1Gi`|
210
210
|`nodeAnalyzer.hostScanner.sslVerifyCertificate`| Set to `false` to allow insecure connections to the Sysdig backend, such as an On-Prem deployment. ||
211
211
|`nodeAnalyzer.hostScanner.probesPort`| Specifies the port where readiness and liveness probes are exposed. |`7001`|
212
+
|`nodeAnalyzer.hostScanner.scanContainers.enabled`| Set to `true` to scan containers |`false`|
213
+
|`nodeAnalyzer.hostScanner.scanContainers.dockerSocketPath`| Specifies the path to docker socket |`unix:///var/run/docker.sock`|
214
+
|`nodeAnalyzer.hostScanner.scanContainers.podmanSocketPath`| Specifies the path to podman socket |`unix:///var/run/podman.sock`|
212
215
|`nodeAnalyzer.runtimeScanner.debug`| Set to `true` to show debug logging, which is useful for troubleshooting. |`false`|
213
216
|`nodeAnalyzer.runtimeScanner.deploy`| Deploys the Runtime Scanner. |`false`|
0 commit comments