From 02645e7a2e01f3774411b88bd7b8577c4d56f7ee Mon Sep 17 00:00:00 2001 From: Mark Stemm Date: Wed, 5 Jul 2017 14:14:13 -0700 Subject: [PATCH] Be consistent about nested quotes. Use single quotes for the outer yaml-level strings, and double quote for the quoted string. --- rules/falco_rules.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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