[Feature] Allow running any tool on the file
It would be nice to be able to run any tool on a manifest file. So far kubent and kubeconform are supported, but there are plenty others that could be useful.
In my case, I think being able to run trivy config {filename} would be useful.
Hello, thanks for your suggestion. This sounds like a useful feature! I will try to implement it
Finally 😄 Please tell me if it works 😆
hey thanks a lot for this and sorry about the delay, been quite busy lately. Works great with the few tests I ran.
Only issue I encountered is sometimes I may build a large amount of manifests through kustomize (e.g.: argocd installation manifests), and it won't have time to complete and error out:
Would it be possible to edit the timeout either globally or for specific custom run commands?
Please check out again :)
works well, thanks!