Skip to content

Commit

Permalink
chore(sysdig): Enable VulnDB Feed V2 (#389)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniele De Lorenzi <daniele.delorenzi@fastnetserv.net>
  • Loading branch information
dark-vex authored Sep 21, 2023
1 parent 4928afe commit 080eace
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
11 changes: 11 additions & 0 deletions apps/k8s-vms-daniele/sysdig-agent/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,9 @@ spec:
mountPath: /var/run/containerd/containerd.sock
hostScanner:
deploy: true
env:
- name: USE_MAINDB_V2
value: "true"
secure:
vulnerabilityManagement:
newEngineOnly: true
Expand All @@ -152,3 +155,11 @@ spec:
eveEnabled: true
scannerMode: "local"
replicaCount: 1
runtimeStatusIntegrator:
env:
- name: USE_MAINDB_V2
value: "true"
imageSbomExtractor:
env:
- name: USE_MAINDB_V2
value: "true"
6 changes: 6 additions & 0 deletions apps/kubenuc/sysdig-agent/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,14 @@ spec:
extraMounts:
- name: socketpath
mountPath: /var/run/containerd/containerd.sock
env:
- name: USE_MAINDB_V2
value: "true"
hostScanner:
deploy: true
env:
- name: USE_MAINDB_V2
value: "true"
secure:
vulnerabilityManagement:
newEngineOnly: true
Expand Down

0 comments on commit 080eace

Please sign in to comment.