feat: add ClusterServiceVersion, Subscription, InstallPlan, OperatorGroup, and CatalogSource analyzers (#1564)

Signed-off-by: Bruno Andrade <bruno.balint@gmail.com>
This commit is contained in:
Bruno Andrade
2025-08-13 13:39:12 -03:00
committed by GitHub
parent e385e77da9
commit 0cf4cae07e
12 changed files with 728 additions and 1 deletions

View File

@@ -59,6 +59,11 @@ var additionalAnalyzerMap = map[string]common.IAnalyzer{
"Security": SecurityAnalyzer{},
"ClusterCatalog": ClusterCatalogAnalyzer{},
"ClusterExtension": ClusterExtensionAnalyzer{},
"ClusterServiceVersion": ClusterServiceVersionAnalyzer{},
"Subscription": SubscriptionAnalyzer{},
"InstallPlan": InstallPlanAnalyzer{},
"CatalogSource": CatalogSourceAnalyzer{},
"OperatorGroup": OperatorGroupAnalyzer{},
}
func ListFilters() ([]string, []string, []string) {