From 3ca3617b297b871f24cc0ecd5f59cbd3461e1a89 Mon Sep 17 00:00:00 2001 From: Hollow Man Date: Sun, 28 May 2023 13:17:55 +0300 Subject: [PATCH] Bump kubescape version into v2.3.1 (#16) Signed-off-by: Hollow Man --- src/utils/consts.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/consts.ts b/src/utils/consts.ts index 9aa3d94..5398b56 100644 --- a/src/utils/consts.ts +++ b/src/utils/consts.ts @@ -1,3 +1,3 @@ export const SCAN_CLUSTER_EVENT_NAME = "scanCluster"; -export const DEFAULT_KUBESCAPE_VERSION = "v2.0.176"; +export const DEFAULT_KUBESCAPE_VERSION = "v2.3.1"; export const DEFAULT_KUBESCAPE_FRAMEWORKS = ["all"];