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