mirror of
https://github.com/falcosecurity/falco.git
synced 2025-10-21 11:29:26 +00:00
Add a test that verifies that a pod where one container has no security context and the second container has a security context + privileged properly matches the Create Privileged Pod falco rule. There's a very similar test case already in trace_files/k8s_audit/create_nginx_pod_privileged_2nd_container.json, but in that case both containers have a securityContext property. Signed-off-by: Mark Stemm <mark.stemm@gmail.com>