From a990eb1494449b6c0c780459cf6a2c554af80d6d Mon Sep 17 00:00:00 2001 From: Obasoro Date: Wed, 22 Mar 2023 17:08:10 -0500 Subject: [PATCH] Update day32.md The error associated with kubescape fixed on macos m1 and m2 chip --- 2023/day32.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/2023/day32.md b/2023/day32.md index f9a7f64..6725280 100644 --- a/2023/day32.md +++ b/2023/day32.md @@ -71,6 +71,16 @@ Auditing Kubernetes configuration is simple and there are multiple tools you can We will see the simple way to scan our cluster with Kubescape: + +``` +kubescape installation in macOs M1 and M2 chip error fixed + +[kubescape](https://github.com/kubescape/kubescape) + +``` + + + ```bash curl -s https://raw.githubusercontent.com/kubescape/kubescape/master/install.sh | /bin/bash kubescape scan --enable-host-scan --verbose