mirror of
https://github.com/falcosecurity/falco.git
synced 2025-07-13 22:44:33 +00:00
Be consistent about nested quotes.
Use single quotes for the outer yaml-level strings, and double quote for the quoted string.
This commit is contained in:
parent
c8c0a97f64
commit
02645e7a2e
@ -579,10 +579,10 @@
|
|||||||
'"sh -c echo healthy "',
|
'"sh -c echo healthy "',
|
||||||
'"sh -c echo alive "',
|
'"sh -c echo alive "',
|
||||||
'"sh -c getconf CLK_TCK"',
|
'"sh -c getconf CLK_TCK"',
|
||||||
"'sh -c getconf PAGESIZE'",
|
'"sh -c getconf PAGESIZE"',
|
||||||
"'sh -c LC_ALL=C LANG=C /sbin/ldconfig -p 2>/dev/null'",
|
'"sh -c LC_ALL=C LANG=C /sbin/ldconfig -p 2>/dev/null"',
|
||||||
"'sh -c /sbin/ldconfig -p 2>/dev/null'",
|
'"sh -c /sbin/ldconfig -p 2>/dev/null"',
|
||||||
"'sh -c stty -a 2>/dev/null'"
|
'"sh -c stty -a 2>/dev/null"',
|
||||||
]
|
]
|
||||||
|
|
||||||
- rule: Run shell in container
|
- rule: Run shell in container
|
||||||
|
Loading…
Reference in New Issue
Block a user