Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow defining a list of namespace to be scanned #279

Open
jvanz opened this issue May 24, 2024 · 0 comments
Open

Allow defining a list of namespace to be scanned #279

jvanz opened this issue May 24, 2024 · 0 comments

Comments

@jvanz
Copy link
Member

jvanz commented May 24, 2024

Currently the audit scanner allows users to define a single namespace to be scanned using the CLI flag --namespace.

rootCmd.Flags().StringP("namespace", "n", "", "namespace to be evaluated")

We should update this flag to allow a list of namespaces to be scanned. Therefore, it is easier if users want to run multiple audit scanner jobs each one scanning different set of namespaces.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

1 participant