From bd0be45c0b8f5d42e7459f85a345eaacd361e22e Mon Sep 17 00:00:00 2001 From: Krypton Date: Fri, 12 Sep 2025 19:47:08 +0200 Subject: [PATCH] fix: Don't run scan in installation script Signed-off-by: Krypton --- install.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index b10606d6..75f6c2a0 100755 --- a/install.sh +++ b/install.sh @@ -96,5 +96,6 @@ if ! kubectl get nodes &> /dev/null; then fi echo -e "\033[0;37;40m" -echo -e "\033[0;37;32mExecuting Kubescape." -$KUBESCAPE_EXEC scan +echo -e "\033[0;37;32mFinished Installation.\n" +$KUBESCAPE_EXEC version +echo -e "\033[0;37;35m\nUsage: $ kubescape scan"