From 93502f6d20f8b49c7e7183b8068818398bcacecc Mon Sep 17 00:00:00 2001 From: Ben Hirschberg Date: Thu, 12 Aug 2021 16:27:01 +0300 Subject: [PATCH] fixing URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d5735834..87eda277 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ kubescape is a tool for testing Kubernetes clusters against industry accepted se # TL;DR To get a fast check of the security posture of your Kubernetes cluster run this: -`curl -s https://raw.githubusercontent.com/armosec/kubescape/main/install.sh | /bin/bash` +`curl -s https://raw.githubusercontent.com/armosec/kubescape/master/install.sh | /bin/bash` # Status [![build](https://github.com/armosec/kubescape/actions/workflows/build.yaml/badge.svg)](https://github.com/armosec/kubescape/actions/workflows/build.yaml)