yannh / kubeconform

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

GitHub Action that downloads, installs, and adds CLI tool to PATH #241

Closed bmuschko closed 5 months ago

bmuschko commented 8 months ago

From your documentation, it seems that the recommended way to run Kubeconform in GitHub Actions is the form of a container. I created and published the GitHub Action setup-kubeconform that installs the CLI tools with the correct distribution. The setup looks more straight-forward to me. Do you think it would be helpful to add or even replace your recommendation in the README page?

yannh commented 8 months ago

Hi @bmuschko , thanks for your contribution! Seems interesting, I'll give it a proper review in the coming days :bow:

joebowbeer commented 7 months ago

By the way, kubeconform and many other kube tools can be added by arkade action

https://github.com/alexellis/arkade/pull/784

bmuschko commented 6 months ago

@yannh Do you have any feedback on this?