${'does not display the tab when no glFeatures are available'} | ${{}}|${false}
${'does not display the tab when only the "clusterVulnerabilities" flag is true'} | ${{clusterVulnerabilities:true}} | ${false}
${'does not display the tab when only the "kubernetesClusterVulnerabilities" flag is true'} | ${{kubernetesClusterVulnerabilities:true}} | ${false}
${'does display the tab when both the "kubernetesClusterVulnerabilities" flag and "clusterVulnerabilities" flag are true'} | ${{clusterVulnerabilities:true,kubernetesClusterVulnerabilities:true}} | ${true}