kubeval-action
kubeval-action copied to clipboard
A GitHub Action for using Kubeval
Firstly I've added a new support for option introduced in this PR: https://github.com/instrumenta/kubeval/pull/192, but during my testing, I've found that this options doesn't really works with my requirements. So I...
I like the tool but I don't like running it on `@main` could you cut a release?
We are looking into using kubeval in some Actions workflows, but are in need of setting some additional flags in order to validate some CRDs. Would you be interested in...
I want to be able to print the output as a comment on the triggering pull request for my workflow with something like `steps.kubeval.outputs.stdout`, which doesn't appear possible as yet
Ubuntu-latest workflows will use Ubuntu-20.04 soon. For more details, see https://github.com/actions/virtual-environments/issues/1816
Allows passing `--additional-schema-locations` to `kubeval`.
Using the example configuration, using all defaults, yields the following error: `ERR - .github/workflows/ci.yml: Missing 'metadata' key` as kubeval attempts to validate the workflow itself.
I'm hoping that adding the clause: `validate your Kubernetes YAML or JSON configuration files` will allow for greater search visibility/discovery (text borrowed from [kubeval](https://github.com/atsu/kubeval-action)).