Is your feature request related to a problem? Please describe.
I wanted to run kubesec on a folder, but kubesec can only run on one file at a time so I
find ./folder -type f -name \*yaml | xargs -n1 kubesec scan
running
kubesec scan ./folder/*yaml
scans only the first file
Describe the solution you'd like
that I can provide to kubesec scan a folder (or a list of files) on which to run the scan
Describe alternatives you've considered
- that a folder could be passed
- that multiple files could be passed
Is your feature request related to a problem? Please describe.
I wanted to run kubesec on a folder, but kubesec can only run on one file at a time so I
running
scans only the first file
Describe the solution you'd like
that I can provide to kubesec scan a folder (or a list of files) on which to run the scan
Describe alternatives you've considered