Skip to content

Commit

Permalink
ci: Remove unstable test
Browse files Browse the repository at this point in the history
  • Loading branch information
NoUseFreak committed Apr 7, 2024
1 parent a8c84d1 commit 3b14ac6
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3b14ac6

Please sign in to comment.