mirror of
https://github.com/falcosecurity/falco.git
synced 2025-08-15 12:53:42 +00:00
Fix 'in' clause expansion
This commit is contained in:
parent
eaeb360b31
commit
4053b7241e
@ -300,7 +300,7 @@ function expand_in(node)
|
|||||||
local mapper = function(element)
|
local mapper = function(element)
|
||||||
return {
|
return {
|
||||||
type = "BinaryRelOp",
|
type = "BinaryRelOp",
|
||||||
operator = "eq",
|
operator = "=",
|
||||||
left = node.left,
|
left = node.left,
|
||||||
right = element
|
right = element
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user