stackrox / kube-linter

KubeLinter is a static analysis tool that checks Kubernetes YAML files and Helm charts to ensure the applications represented in them adhere to best practices.
https://docs.kubelinter.io/
Apache License 2.0
2.83k stars 228 forks source link

fix(Makefile): fix for path with spaces #713

Closed cwimmer closed 4 months ago

cwimmer commented 5 months ago

Double quote the path env var to allow paths to include spaces.

janisz commented 4 months ago

Closing due to lack of response