yannh / kubeconform

A FAST Kubernetes manifests validator, with support for Custom Resources!
Apache License 2.0
2.16k stars 121 forks source link

Exit 1 when there is any error #165

Closed skhaz closed 1 year ago

skhaz commented 1 year ago

Is it possible to exit 1 or any other error code besides 0 when an issue is found?

I'm asking because I am running this awesome tool on a CI environment (GitHub Actions) and the pull request always passes because the exit code is 0.