From 79a6aa288c0c60859943c29c7bcd55feb09b014e Mon Sep 17 00:00:00 2001 From: David Alima Date: Wed, 22 Jan 2025 20:48:54 +0200 Subject: [PATCH] Adding Github Action with Kubescape scan Signed-off-by: David Alima --- .github/workflows/hello-world.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hello-world.yml b/.github/workflows/hello-world.yml index 51ce452..78aec0f 100644 --- a/.github/workflows/hello-world.yml +++ b/.github/workflows/hello-world.yml @@ -8,7 +8,7 @@ jobs: - name: Install Kubescape run: | - curl -s https://raw.githubusercontent.com/kubescape/kubescape/main/install.sh | bash + curl -s https://raw.githubusercontent.com/kubescape/kubescape/master/install.sh | /bin/bash - name: Run Kubescape to scan image run: |