Skip to content

Commit

Permalink
chore(sysdig): Enable VulnDB Feed V2
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 committed Sep 21, 2023
1 parent d01b165 commit 7dc7ada
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
9 changes: 3 additions & 6 deletions apps/k8s-vms-daniele/sysdig-agent/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,7 @@ spec:
hostScanner:
deploy: true
env:
- name: USE_MAINDB_V2
value: "true"
USE_MAINDB_V2: "true"
secure:
vulnerabilityManagement:
newEngineOnly: true
Expand All @@ -157,9 +156,7 @@ spec:
replicaCount: 1
runtimeStatusIntegrator:
env:
- name: USE_MAINDB_V2
value: "true"
USE_MAINDB_V2: "true"
imageSbomExtractor:
env:
- name: USE_MAINDB_V2
value: "true"
USE_MAINDB_V2: "true"
6 changes: 2 additions & 4 deletions apps/kubenuc/sysdig-agent/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,11 @@ spec:
- name: socketpath
mountPath: /var/run/containerd/containerd.sock
env:
- name: USE_MAINDB_V2
value: "true"
USE_MAINDB_V2: "true"
hostScanner:
deploy: true
env:
- name: USE_MAINDB_V2
value: "true"
USE_MAINDB_V2: "true"
secure:
vulnerabilityManagement:
newEngineOnly: true
Expand Down

0 comments on commit 7dc7ada

Please sign in to comment.