From 75dcc73faaf4d9af71cd83822222872c234866f4 Mon Sep 17 00:00:00 2001 From: Miguel Ruiz Date: Thu, 11 Jul 2024 09:56:36 +0200 Subject: [PATCH] [bitnami/zookeeper] Reenable VIB kubescape action (#27881) Signed-off-by: Miguel Ruiz --- .vib/zookeeper/vib-verify.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.vib/zookeeper/vib-verify.json b/.vib/zookeeper/vib-verify.json index 43219307e1..e70f6a1c6e 100644 --- a/.vib/zookeeper/vib-verify.json +++ b/.vib/zookeeper/vib-verify.json @@ -44,6 +44,12 @@ } } } + }, + { + "action_id": "kubescape", + "params": { + "threshold": {VIB_ENV_KUBESCAPE_SCORE_THRESHOLD} + } } ] }