mirror of
https://github.com/falcosecurity/falco.git
synced 2025-09-14 14:00:21 +00:00
Add an emty line to sattisfy the rules tests
Signed-off-by: vadim.zyarko <vadim.zyarko@sysdig.com>
This commit is contained in:
@@ -303,6 +303,7 @@ function get_orig_yaml_obj(rules_lines, row)
|
|||||||
break
|
break
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
t[#t + 1] = ""
|
||||||
local ret = ""
|
local ret = ""
|
||||||
ret = table.concat(t, "\n")
|
ret = table.concat(t, "\n")
|
||||||
return ret
|
return ret
|
||||||
|
Reference in New Issue
Block a user