You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when only -pc 👉 container_id=%container.id container_image=%container.image.repository container_image_tag=%container.image.tag container_name=%container.name
when -pk 👉 as above plus k8s_ns=%k8s.ns.name k8s_pod_name=%k8s.pod.name
Motivation
See falcosecurity/falco-website#1094 (review).
Feature
Change the
-p
behavior as follow:-pc
👉container_id=%container.id container_image=%container.image.repository container_image_tag=%container.image.tag container_name=%container.name
-pk
👉 as above plusk8s_ns=%k8s.ns.name k8s_pod_name=%k8s.pod.name
Alternatives
🤔
Additional context
cc @falcosecurity/falco-maintainers
See falcosecurity/falco-website#1094
falco/userspace/falco/app/actions/init_falco_engine.cpp
Lines 23 to 58 in 743c7c4
falco/userspace/engine/rule_loader_compiler.cpp
Lines 302 to 316 in 743c7c4
The text was updated successfully, but these errors were encountered: