mirror of
https://github.com/falcosecurity/falco.git
synced 2025-07-21 09:59:40 +00:00
update to macro
Signed-off-by: kaizhe <derek0405@gmail.com>
This commit is contained in:
parent
18960b01b0
commit
88ed98ce81
@ -1677,12 +1677,12 @@
|
|||||||
- list: trusted_images
|
- list: trusted_images
|
||||||
items: []
|
items: []
|
||||||
|
|
||||||
# NOTE: This list is only provided for backwards compatibility with
|
# NOTE: This macro is only provided for backwards compatibility with
|
||||||
# older local falco rules files that may have been appending to
|
# older local falco rules files that may have been appending to
|
||||||
# trusted_containers. To make customizations, it's better to add containers to
|
# trusted_images. To make customizations, it's better to add containers to
|
||||||
# user_trusted_containers, user_priivleged_containers or user_sensitive_mount_containers.
|
# user_trusted_containers, user_privileged_containers or user_sensitive_mount_containers.
|
||||||
- list: trusted_containers
|
- macro: trusted_containers
|
||||||
items: []
|
condition: (container.image.repository in (trusted_images))
|
||||||
|
|
||||||
# Add conditions to this macro (probably in a separate file,
|
# Add conditions to this macro (probably in a separate file,
|
||||||
# overwriting this macro) to specify additional containers that are
|
# overwriting this macro) to specify additional containers that are
|
||||||
|
Loading…
Reference in New Issue
Block a user