mirror of
https://github.com/falcosecurity/falco.git
synced 2025-08-01 06:29:47 +00:00
Append Slash to Sensitive Mount Path startswith
Make L#1932 equivalent to L#1898 Signed-off-by: Brad Geesaman <bradgeesaman+github@gmail.com>
This commit is contained in:
parent
f02a998526
commit
cb2439d757
@ -1929,7 +1929,7 @@
|
||||
condition: (user_trusted_containers or
|
||||
container.image.repository in (trusted_images) or
|
||||
container.image.repository in (falco_sensitive_mount_images) or
|
||||
container.image.repository startswith quay.io/sysdig)
|
||||
container.image.repository startswith quay.io/sysdig/)
|
||||
|
||||
# These container images are allowed to run with hostnetwork=true
|
||||
- list: falco_hostnetwork_images
|
||||
|
Loading…
Reference in New Issue
Block a user