Skip to content

allow kubesec to scan a folder #249

Description

@georgettica

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions