Skip to content

Commit

Permalink
chore(ci): switch to kubeconform since kubeval is deprecated.
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <[email protected]>
  • Loading branch information
FedeDP committed Jun 20, 2024
1 parent 7d70853 commit cab513d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,14 @@ jobs:
- name: Checkout test-infra ⤵️
uses: actions/checkout@v4

- name: Setup Kubeval ⛓️
uses: lra/[email protected]
- name: Download kubeconform ⛓️
run: |
wget https://github.com/yannh/kubeconform/releases/download/v0.6.6/kubeconform-linux-amd64.tar.gz
tar -xvf kubeconform-linux-amd64.tar.gz
chmod +x kubeconform
- name: yaml config validation 🔍
run: kubeval --directories config/prow --ignore-missing-schemas
run: ./kubeconform --ignore-missing-schemas config/prow

scan-terraform:
runs-on: ubuntu-latest
Expand Down

0 comments on commit cab513d

Please sign in to comment.