mirror of
https://github.com/falcosecurity/falco.git
synced 2025-08-15 04:43:52 +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)
|
||||
return {
|
||||
type = "BinaryRelOp",
|
||||
operator = "eq",
|
||||
operator = "=",
|
||||
left = node.left,
|
||||
right = element
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user