From 8c1b3411be1755329a16527dce4a58a4aaab40ba Mon Sep 17 00:00:00 2001 From: Hari Sekhon Date: Wed, 10 May 2023 04:34:51 +0100 Subject: [PATCH] updated datree-kustomize-all.yaml --- .github/workflows/datree-kustomize-all.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/datree-kustomize-all.yaml b/.github/workflows/datree-kustomize-all.yaml index f89cb87..f60925f 100644 --- a/.github/workflows/datree-kustomize-all.yaml +++ b/.github/workflows/datree-kustomize-all.yaml @@ -86,6 +86,7 @@ jobs: find "$DIR" -type f -name 'kustomization.y*ml' | while read -r kustomization; do dir="$(dirname "$kustomization")" + # XXX: doesn't support --enable-helm yet needed for my Kubernetes-configs repo datree kustomize test "$dir" ${ARGS:-} || exit 1 echo done