Cloud Native Runtime Security
Go to file
Henri DF 9899680064 Lua parser refactoring
Move compiler loading out of libsinsp/lua_parser.cpp and into a new
class in digwatch/rules.cpp.

This way the libsinsp support is strictly about providing a lua API for
scripts to setup filters. Loading the actual parser and rules is logic
that belongs in the app (digwatch in this case, maybe sysdig down the
line) rather than there.
2016-02-19 20:30:23 -08:00
lua typoes 2016-02-19 16:26:12 -08:00
userspace/digwatch Lua parser refactoring 2016-02-19 20:30:23 -08:00
CMakeLists.txt Lua parser refactoring 2016-02-19 20:30:23 -08:00
README.md Initial README 2016-01-20 14:47:56 -08:00

Digwatch: security monitoring with sysdig