Ensure Object Have An Valid Email Address Annotation
Ensure that objects do have an email annotation with a valid email address.
Risk Level: informational
Cloud Entity: Kubernetes
Spectral Rule ID: K8S295
REMEDIATION
set valid email address in annotations.email
metadata:
annotations:
- email: "[email protected]"
+ email: "[email protected]"
References:
Pod Security Policies
A Pod Security Policy is a cluster-level resource that controls security sensitive aspects of the pod specification. The PodSecurityPolicy objects define a set of conditions that a pod must run with in order to be accepted into the system, as well as defaults for the related fields.
Updated about 1 year ago