diff --git a/rules/falco_rules.yaml b/rules/falco_rules.yaml index 56e7974f..2cde2aa3 100644 --- a/rules/falco_rules.yaml +++ b/rules/falco_rules.yaml @@ -579,10 +579,10 @@ '"sh -c echo healthy "', '"sh -c echo alive "', '"sh -c getconf CLK_TCK"', - "'sh -c getconf PAGESIZE'", - "'sh -c LC_ALL=C LANG=C /sbin/ldconfig -p 2>/dev/null'", - "'sh -c /sbin/ldconfig -p 2>/dev/null'", - "'sh -c stty -a 2>/dev/null'" + '"sh -c getconf PAGESIZE"', + '"sh -c LC_ALL=C LANG=C /sbin/ldconfig -p 2>/dev/null"', + '"sh -c /sbin/ldconfig -p 2>/dev/null"', + '"sh -c stty -a 2>/dev/null"', ] - rule: Run shell in container