mirror of
https://github.com/falcosecurity/falco.git
synced 2025-06-29 16:17:32 +00:00
Add cchh/sysdig as a trusted container.
Add cchh/sysdig as a trusted container. We'll probably remove this once the next agent release occurs that has the fix https://github.com/draios/falco/pull/177. Also reformat to avoid long lines.
This commit is contained in:
parent
9ecdf30314
commit
77a5429cae
@ -287,7 +287,12 @@
|
||||
priority: WARNING
|
||||
|
||||
- macro: trusted_containers
|
||||
condition: (container.image startswith sysdig/agent or container.image startswith sysdig/falco or container.image startswith sysdig/sysdig or container.image startswith gcr.io/google_containers/hyperkube or container.image startswith gcr.io/google_containers/kube-proxy)
|
||||
condition: (container.image startswith sysdig/agent or
|
||||
container.image startswith sysdig/falco or
|
||||
container.image startswith sysdig/sysdig or
|
||||
container.image startswith gcr.io/google_containers/hyperkube or
|
||||
container.image startswith gcr.io/google_containers/kube-proxy or
|
||||
container.image startswith cchh/sysdig)
|
||||
|
||||
- rule: File Open by Privileged Container
|
||||
desc: Any open by a privileged container. Exceptions are made for known trusted images.
|
||||
|
Loading…
Reference in New Issue
Block a user