mirror of
https://github.com/falcosecurity/falco.git
synced 2025-06-28 15:47:25 +00:00
minor fix
Signed-off-by: kaizhe <derek0405@gmail.com>
This commit is contained in:
parent
ca3c4814fe
commit
1bb0a9b44a
@ -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: >
|
||||
|
Loading…
Reference in New Issue
Block a user