ci: Remove unstable test

This commit is contained in:
Dries De Peuter 2024-04-07 23:16:09 +02:00
parent 0f3d961088
commit 90a7753505

View file

@ -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