You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't see a recursive option to go automatically search all *.yaml files in the current dir and sub dirs. I've also tried xargs but for some reason find . -name "*.yaml" | xargs kubesec scan is only returning this output, which is not correct because I get a proper report if I manually specify any one of the files that exist:
I don't see a recursive option to go automatically search all *.yaml files in the current dir and sub dirs. I've also tried xargs but for some reason
find . -name "*.yaml" | xargs kubesec scan
is only returning this output, which is not correct because I get a proper report if I manually specify any one of the files that exist:The text was updated successfully, but these errors were encountered: