ci: Correct kubescape path
This commit is contained in:
parent
8a489bd0fa
commit
6345905f9f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/chart.yaml
vendored
2
.github/workflows/chart.yaml
vendored
|
@ -78,7 +78,7 @@ jobs:
|
||||||
version: v3.7.1
|
version: v3.7.1
|
||||||
|
|
||||||
- name: Scan helm
|
- 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:
|
pluto-scan:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in a new issue