Skip to content

Fix: When list of Groups is retrieved from one (Cluster)RoleBinding, process them as an array

Francisco Borges Aurindo Barros requested to merge fix-detector into master

As reported on 23-05, Groups were not created when (cluster)rolebinding had more than one group referenced.

This is due to the unforeseen input (ex: group1,group2), which leads to bad behavior.

The aim of this MR is to divide these groups by spaces and process them as arrays.

Merge request reports