yannh / kubeconform

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

"msg": "lstat kubeconfigs/: no such file or directory" #208

Open tirelibirefe opened 1 year ago

tirelibirefe commented 1 year ago

Hello, I used the example github actions but getting following error message:

{
  "resources": [
    {
      "filename": "kubeconfigs/",
      "kind": "",
      "name": "",
      "version": "",
      "status": "statusError",
      "msg": "lstat kubeconfigs/: no such file or directory"
    }
  ],

image

Could you please advise?

Thanks & Regards

craig-dsilva commented 1 year ago

Same with me

yannh commented 1 year ago

The tag of the image is wrong, I just fixed it, see https://github.com/yannh/kubeconform/issues/211#issuecomment-1593399256 and the latest commit... Could you try using the :latest tag for the image instead of master? :pray: https://github.com/yannh/kubeconform/commit/f0a7d5203d80d2b755325a4f8b19625b140da217

craig-dsilva commented 1 year ago

Still does not work

yannh commented 11 months ago

Maybe a dumb question here - the manifests you want to validate, are they in a folder called kubeconfigs? Maybe I should make it more clear that the folder name needs to be updated to wherever you have your manifests? :thinking: