[FEATURE_REQUEST] Explicit check for securityContext.allowPrivilegeEscalation=false
on containers
#668
Labels
securityContext.allowPrivilegeEscalation=false
on containers
#668
Description of the problem/feature request
Add a check or option to check if containers explicitly set allowPrivilegeEscalation to false. Explicitly setting this to false is generally regarded as good security practice.
Description of the existing behavior vs. expected behavior
The existing
privilege-escalation-container
doesn't trigger on this condition, I imagine intentionally since allowPrivilegeEscalation is determined by a variety of factors and can be restricted in other ways.The text was updated successfully, but these errors were encountered: