Skip to content

Commit cbb7fb1

Browse files
committed
changed kubeval to kubeconform
1 parent cdf024a commit cbb7fb1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v2
12-
- name: install kubeval
12+
- name: install kubeconform
1313
run: |
14-
curl -L https://github.com/instrumenta/kubeval/releases/latest/download/kubeval-linux-amd64.tar.gz | tar -zxf -
15-
sudo mv kubeval /usr/local/bin
14+
curl -L https://github.com/yannh/kubeconform/releases/latest/download/kubeconform-linux-amd64.tar.gz | tar -zxf -
15+
sudo mv kubeconform /usr/local/bin
1616
- name: check all yaml
1717
run: |
18-
comm -3 <(find . | grep yaml$ | sort) <(cat .kubeval-ignore | sort) | xargs -n1 kubeval --strict | tee -a apply.txt
18+
comm -3 <(find . | grep yaml$ | sort) <(cat .kubeconform-ignore | sort) | xargs -n1 kubeconform --strict | tee -a apply.txt
1919
- name: upload artifact
2020
uses: actions/upload-artifact@v2
2121
with:
File renamed without changes.

0 commit comments

Comments
 (0)