From 6125f59764a5f334a562a9ca17ea5ee1ad66e8ff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Nov 2023 02:30:16 +0000 Subject: [PATCH] Update ghcr.io/yannh/kubeconform Docker tag to v0.6.4 --- .github/workflows/validate.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/validate.yaml b/.github/workflows/validate.yaml index 718746c..1251593 100644 --- a/.github/workflows/validate.yaml +++ b/.github/workflows/validate.yaml @@ -40,12 +40,12 @@ jobs: - name: Kustomize Build run: kustomize build ${{ matrix.overlay }} > ${{ matrix.overlay }}/rendered.yaml - name: Run Kubeconform (Default Schemas) - uses: docker://ghcr.io/yannh/kubeconform:v0.6.1 + uses: docker://ghcr.io/yannh/kubeconform:v0.6.4 with: entrypoint: '/kubeconform' args: "-strict -ignore-missing-schemas -schema-location default -summary ${{ matrix.overlay }}/rendered.yaml" - name: Run Kubeconform (CRDs) - uses: docker://ghcr.io/yannh/kubeconform:v0.6.1 + uses: docker://ghcr.io/yannh/kubeconform:v0.6.4 with: entrypoint: '/kubeconform' args: "-strict -ignore-missing-schemas -schema-location 'https://raw.githubusercontent.com/datreeio/CRDs-catalog/main/{{.Group}}/{{.ResourceKind}}_{{.ResourceAPIVersion}}.json' -summary ${{ matrix.overlay }}/rendered.yaml"