mirror of
https://github.com/falcosecurity/falco.git
synced 2025-07-01 17:12:21 +00:00
Add addl ruby proc for builds.
Adding ruby2.1
This commit is contained in:
parent
e9e0177901
commit
6aae17600f
@ -421,7 +421,7 @@
|
|||||||
# close enough to add here rather than create a separate macro.
|
# close enough to add here rather than create a separate macro.
|
||||||
- macro: parent_scripting_running_builds
|
- macro: parent_scripting_running_builds
|
||||||
condition: >
|
condition: >
|
||||||
(proc.pname in (php,php5-fpm,php-fpm7.1,python,ruby,ruby2.3,node) and (
|
(proc.pname in (php,php5-fpm,php-fpm7.1,python,ruby,ruby2.3,ruby2.1,node) and (
|
||||||
proc.cmdline startswith "sh -c git" or
|
proc.cmdline startswith "sh -c git" or
|
||||||
proc.cmdline startswith "sh -c date" or
|
proc.cmdline startswith "sh -c date" or
|
||||||
proc.cmdline startswith "sh -c /usr/bin/g++" or
|
proc.cmdline startswith "sh -c /usr/bin/g++" or
|
||||||
|
Loading…
Reference in New Issue
Block a user