mirror of
https://github.com/falcosecurity/falco.git
synced 2025-06-29 16:17:32 +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: []
|
items: []
|
||||||
|
|
||||||
- macro: user_read_sensitive_file_containers
|
- 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
|
- rule: Read sensitive file untrusted
|
||||||
desc: >
|
desc: >
|
||||||
|
Loading…
Reference in New Issue
Block a user