This commit is contained in:
Dries De Peuter 2023-03-11 21:02:20 +01:00
parent 44fd3e9100
commit 5b2ec3f0a3
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View file

@ -59,7 +59,7 @@ jobs:
- name: Run audit
run: |
polaris audit --helm-chart ./charts/k8status --helm-values ./charts/k8status/values.yaml --format pretty --set-exit-code-on-danger --set-exit-code-below-score 90
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
@ -78,7 +78,7 @@ jobs:
version: v3.7.1
- name: Scan helm
run: helm template ./charts/k8status --generate-name --dry-run | kubescape scan --controls-config .github/kubescape-controls-inputs.json -v --fail-threshold 5 -
run: helm template ./charts/well-known --generate-name --dry-run | kubescape scan --controls-config .github/kubescape-controls-inputs.json -v --fail-threshold 5 -
pluto-scan:
runs-on: ubuntu-latest
@ -98,4 +98,4 @@ jobs:
- name: Use pluto
run: |
helm template ./charts/k8status -f ./charts/k8status/ci/pluto-values.yaml | pluto detect - --ignore-deprecations
helm template ./charts/well-known -f ./charts/well-known/ci/pluto-values.yaml | pluto detect - --ignore-deprecations

View file

@ -10,6 +10,6 @@ jobs:
uses: stenic/github-workflows/.github/workflows/release-docker-helm.yaml@main
with:
docker_image: "ghcr.io/${{ github.repository }}"
chart_path: './charts/k8status'
chart_path: './charts/well-known'
secrets:
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}