Skip to content

[stable/none] fix: helm-conftest step #1600

[stable/none] fix: helm-conftest step

[stable/none] fix: helm-conftest step #1600

Workflow file for this run

name: Helm conftest
on: [pull_request]
jobs:
check-charts:
name: Run conftest for all charts
runs-on: ubuntu-latest
container:
image: alpine/helm:latest
steps:
- name: Checkout Code
uses: actions/[email protected]
- name: Install Dependencies
run: apk add --no-cache curl
- name: Install Conftest
run: |
curl -sSL https://github.com/open-policy-agent/conftest/releases/latest/download/conftest-linux-amd64 -o conftest
chmod +x conftest
mv conftest /usr/local/bin/
- name: Validate all charts
run: bash ci/helm-conftest.sh