fix: CI
This commit is contained in:
parent
44fd3e9100
commit
5b2ec3f0a3
2 changed files with 4 additions and 4 deletions
6
.github/workflows/chart.yaml
vendored
6
.github/workflows/chart.yaml
vendored
|
@ -59,7 +59,7 @@ jobs:
|
||||||
|
|
||||||
- name: Run audit
|
- name: Run audit
|
||||||
run: |
|
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:
|
kubescape-scan:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -78,7 +78,7 @@ jobs:
|
||||||
version: v3.7.1
|
version: v3.7.1
|
||||||
|
|
||||||
- name: Scan helm
|
- 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:
|
pluto-scan:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -98,4 +98,4 @@ jobs:
|
||||||
|
|
||||||
- name: Use pluto
|
- name: Use pluto
|
||||||
run: |
|
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
|
||||||
|
|
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
@ -10,6 +10,6 @@ jobs:
|
||||||
uses: stenic/github-workflows/.github/workflows/release-docker-helm.yaml@main
|
uses: stenic/github-workflows/.github/workflows/release-docker-helm.yaml@main
|
||||||
with:
|
with:
|
||||||
docker_image: "ghcr.io/${{ github.repository }}"
|
docker_image: "ghcr.io/${{ github.repository }}"
|
||||||
chart_path: './charts/k8status'
|
chart_path: './charts/well-known'
|
||||||
secrets:
|
secrets:
|
||||||
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
|
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
|
||||||
|
|
Loading…
Reference in a new issue