aquasecurity / kube-bench

Checks whether Kubernetes is deployed according to security best practices as defined in the CIS Kubernetes Benchmark
Apache License 2.0
6.97k stars 1.21k forks source link

Fix CIS-1.9 policies 5.1.1/5.1.5 typos #1658

Closed andypitcher closed 1 day ago

andypitcher commented 1 month ago

This PR fixes a typo in CIS-1.9 policies 5.1.1 check. The typo resides in the last part of the audit, where the role_binding isn't printed out.

The modification: ${rolebinding} is turned into ${role_binding}.

andypitcher commented 5 days ago

@afdesk @mozillazg I've rebased this PR too.