mirror of
https://github.com/falcosecurity/falco.git
synced 2025-09-05 00:31:38 +00:00
@@ -1462,7 +1462,7 @@
|
||||
items: []
|
||||
|
||||
- macro: user_read_sensitive_file_containers
|
||||
condition: (container and container.image.repository in read_sensitive_file_images)
|
||||
condition: (container and container.image.repository in (read_sensitive_file_images))
|
||||
|
||||
- rule: Read sensitive file untrusted
|
||||
desc: >
|
||||
|
Reference in New Issue
Block a user