From ce7fde582cab7dd6de7ab58fb58db0631278afee Mon Sep 17 00:00:00 2001 From: Alessio Greggi Date: Wed, 31 May 2023 14:14:29 +0200 Subject: [PATCH] fix: update host-scanner version Signed-off-by: Alessio Greggi --- core/pkg/hostsensorutils/hostsensor.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/pkg/hostsensorutils/hostsensor.yaml b/core/pkg/hostsensorutils/hostsensor.yaml index c2c3f532..492fcd46 100644 --- a/core/pkg/hostsensorutils/hostsensor.yaml +++ b/core/pkg/hostsensorutils/hostsensor.yaml @@ -32,7 +32,7 @@ spec: - operator: Exists containers: - name: host-sensor - image: quay.io/kubescape/host-scanner:v1.0.59 + image: quay.io/kubescape/host-scanner:v1.0.61 securityContext: allowPrivilegeEscalation: true privileged: true