Cloud Native Runtime Security
Go to file
Henri DF 79cdf31aa7 Expand in relational expressions
For example, `a.b in [1, 2]` is expanded to `a.b = 1 or a.b = 2`.
This is done over the AST, not filter text.
2016-02-13 15:23:03 -08:00
lua Expand in relational expressions 2016-02-13 15:23:03 -08:00
notes.txt Grammar for filters and macros 2016-02-13 15:23:03 -08:00
README.md Initial README 2016-01-20 14:47:56 -08:00

Digwatch: security monitoring with sysdig