Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(hostScanner): Add container scanner feature [SSPROD-32268] #1500

Closed
wants to merge 2 commits into from

Conversation

FedericoFeresini
Copy link
Collaborator

No description provided.

@FedericoFeresini FedericoFeresini force-pushed the ff/chart/public/SSPROD-32268 branch 3 times, most recently from fece9e1 to e954d81 Compare November 29, 2023 16:51
@FedericoFeresini FedericoFeresini requested a review from a team as a code owner November 29, 2023 16:51
@@ -3,7 +3,7 @@ name: node-analyzer
description: Sysdig Node Analyzer

# currently matching Sysdig's appVersion 1.14.34
version: 1.18.8
version: 1.18.9
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
version: 1.18.9
version: 1.19.0

Comment on lines 212 to 214
| `nodeAnalyzer.hostScanner.scanContainers.enabled` | Set to `true` to scan containers | `false` |
| `nodeAnalyzer.hostScanner.scanContainers.dockerSocketPath` | Specifies the path to docker socket | ` ` |
| `nodeAnalyzer.hostScanner.scanContainers.podmanSocketPath` | Specifies the path to podman socket | ` ` |
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
| `nodeAnalyzer.hostScanner.scanContainers.enabled` | Set to `true` to scan containers | `false` |
| `nodeAnalyzer.hostScanner.scanContainers.dockerSocketPath` | Specifies the path to docker socket | ` ` |
| `nodeAnalyzer.hostScanner.scanContainers.podmanSocketPath` | Specifies the path to podman socket | ` ` |
| `nodeAnalyzer.hostScanner.scanContainers.enabled` | Set to `true` to scan containers | `false` |
| `nodeAnalyzer.hostScanner.scanContainers.dockerSocketPath` | Specifies the path to docker socket | ` ` |
| `nodeAnalyzer.hostScanner.scanContainers.podmanSocketPath` | Specifies the path to podman socket | ` ` |

Indentation shall be revised.
I'd also change the description for the paths Specifies the optional path to docker socket. By default it will use unix://....

@@ -2,7 +2,7 @@ apiVersion: v2
name: sysdig-deploy
description: A chart with various Sysdig components for Kubernetes
type: application
version: 1.31.1
version: 1.31.2
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
version: 1.31.2
version: 1.32.0

We are releasing a new feature, so I'd bump at least the minor ;)

Comment on lines 886 to 891
- name: SCAN_CONTAINERS_ENABLED
valueFrom:
configMapKeyRef:
name: {{ .Release.Name }}-host-scanner
key: container_scan_enabled
optional: true
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- name: SCAN_CONTAINERS_ENABLED
valueFrom:
configMapKeyRef:
name: {{ .Release.Name }}-host-scanner
key: container_scan_enabled
optional: true
- name: SCAN_CONTAINERS_ENABLED
value: "true"

Comment on lines 212 to 214
| `nodeAnalyzer.hostScanner.scanContainers.enabled` | Set to `true` to scan containers | `false` |
| `nodeAnalyzer.hostScanner.scanContainers.dockerSocketPath` | Specifies the path to docker socket | `unix:///var/run/docker.sock` |
| `nodeAnalyzer.hostScanner.scanContainers.podmanSocketPath` | Specifies the path to podman socket | `unix:///var/run/podman.sock` |
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indentation still seems to be slightly off here.

@mavimo mavimo marked this pull request as draft December 11, 2023 10:20
@FedericoFeresini FedericoFeresini deleted the ff/chart/public/SSPROD-32268 branch December 19, 2023 11:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants