This image validates flux repos in CI.
Run vlux <directory> in the container to search for .yaml files recursively. All files will be validated with yamllint and kubeconform. kustomization.yaml files will be built with kustomize and the result will be validated again with kubeconform.
Extra arguments to the script will be passed to kubeconform, e.g. vlux <directory> -ignore-filename-pattern="kustomizeconfig.yaml"