From 90a7753505116f2aefd6c2c942342284b30ff8ba Mon Sep 17 00:00:00 2001 From: Dries De Peuter Date: Sun, 7 Apr 2024 23:16:09 +0200 Subject: [PATCH] ci: Remove unstable test --- .github/workflows/chart.yaml | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/.github/workflows/chart.yaml b/.github/workflows/chart.yaml index 4535160..1f9540e 100644 --- a/.github/workflows/chart.yaml +++ b/.github/workflows/chart.yaml @@ -60,25 +60,6 @@ jobs: - name: Run audit run: | polaris audit --helm-chart ./charts/well-known --helm-values ./charts/well-known/values.yaml --format pretty --set-exit-code-on-danger --set-exit-code-below-score 90 - - kubescape-scan: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v2 - with: - fetch-depth: 0 - - - name: Install Kubescape - run: curl -s https://raw.githubusercontent.com/armosec/kubescape/master/install.sh | /bin/bash - - - name: Set up Helm - uses: azure/setup-helm@v3 - with: - version: v3.7.1 - - - name: Scan helm - run: helm template ./charts/well-known --namespace fake -f ./charts/well-known/ci/pluto-values.yaml | ~/.kubescape/bin/kubescape scan --controls-config .github/kubescape-controls-inputs.json -v --fail-threshold 15 - pluto-scan: runs-on: ubuntu-latest