const annotationKeyPod … const annotationKeyContainerPrefix … const checkSeccompBaselineID … func init() { … } func CheckSeccompBaseline() Check { … } func validSeccomp(t corev1.SeccompProfileType) bool { … } func validSeccompAnnotationValue(v string) bool { … } // seccompProfileBaseline_1_0 checks baseline policy on seccomp alpha annotation func seccompProfileBaseline_1_0(podMetadata *metav1.ObjectMeta, podSpec *corev1.PodSpec) CheckResult { … } // seccompProfileBaseline_1_19 checks baseline policy on securityContext.seccompProfile field func seccompProfileBaseline_1_19(podMetadata *metav1.ObjectMeta, podSpec *corev1.PodSpec) CheckResult { … }