mirror of
https://github.com/falcosecurity/falco.git
synced 2025-09-06 17:20:49 +00:00
refactor(userspace/engine): adapt existing ruleset implementation to new filter_ruleset interface
Signed-off-by: Jason Dellaluce <jasondellaluce@gmail.com>
This commit is contained in:
@@ -22,6 +22,7 @@ limitations under the License.
|
||||
|
||||
struct falco_rule
|
||||
{
|
||||
size_t id;
|
||||
std::string source;
|
||||
std::string name;
|
||||
std::string description;
|
||||
|
Reference in New Issue
Block a user