mirror of
https://github.com/falcosecurity/falco.git
synced 2025-09-03 15:46:33 +00:00
Merge pull request #270 from dkerwin/add_gitlab_ee
Add official gitlab EE docker image to list of known shell spawning images
This commit is contained in:
@@ -512,7 +512,8 @@
|
|||||||
# as a packaging mechanism more than for a dedicated microservice.
|
# as a packaging mechanism more than for a dedicated microservice.
|
||||||
- macro: shell_spawning_containers
|
- macro: shell_spawning_containers
|
||||||
condition: (container.image startswith jenkins or
|
condition: (container.image startswith jenkins or
|
||||||
container.image startswith gitlab/gitlab-ce)
|
container.image startswith gitlab/gitlab-ce or
|
||||||
|
container.image startswith gitlab/gitlab-ee)
|
||||||
|
|
||||||
- rule: Launch Privileged Container
|
- rule: Launch Privileged Container
|
||||||
desc: Detect the initial process started in a privileged container. Exceptions are made for known trusted images.
|
desc: Detect the initial process started in a privileged container. Exceptions are made for known trusted images.
|
||||||
|
Reference in New Issue
Block a user