ci: Correct kubescape path

This commit is contained in:
Dries De Peuter 2023-04-12 01:11:43 +02:00
parent 8a489bd0fa
commit 6345905f9f
No known key found for this signature in database

View file

@ -78,7 +78,7 @@ jobs:
version: v3.7.1
- name: Scan helm
run: helm template ./charts/well-known --namespace fake -f ./charts/well-known/ci/pluto-values.yaml | kubescape scan --controls-config .github/kubescape-controls-inputs.json -v --fail-threshold 15 -
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