ci: Remove unstable test
This commit is contained in:
parent
0f3d961088
commit
90a7753505
1 changed files with 0 additions and 19 deletions
19
.github/workflows/chart.yaml
vendored
19
.github/workflows/chart.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue