fix: Don't run scan in installation script

Signed-off-by: Krypton <root@krypton.ninja>
This commit is contained in:
Krypton
2025-09-12 19:54:31 +02:00
parent 7ebf078d0c
commit bd0be45c0b
+3 -2
View File
@@ -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"