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
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.
The text was updated successfully, but these errors were encountered:
Currently the audit scanner allows users to define a single namespace to be scanned using the CLI flag
--namespace
.audit-scanner/cmd/root.go
Line 138 in 0a92ddc
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.
The text was updated successfully, but these errors were encountered: