falcosecurity / event-generator

Generate a variety of suspect actions that are detected by Falco rulesets
Apache License 2.0
94 stars 40 forks source link

Implement a way to select action groups, based on rules maturity (stable, incubating, sandbox) #225

Open leogr opened 1 month ago

leogr commented 1 month ago

Motivation

See https://github.com/falcosecurity/event-generator/issues/86

Feature

We basically need an option to allow the selection of a subset of actions.

The associated rules maturity level (e.g., stable, incubating, sandbox) defines the subsets.

Alternatives

Do nothing.

Additional context

See https://github.com/falcosecurity/event-generator/issues/86