Skip to content

Commit

Permalink
updated datree-kustomize-all.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed May 10, 2023
1 parent e3ac2c2 commit 8c1b341
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/datree-kustomize-all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8c1b341

Please sign in to comment.