mirror of
https://github.com/falcosecurity/falco.git
synced 2026-04-04 02:52:09 +00:00
Move actions not requiring config to be loaded before `load_config` action. This avoid resource waste. Notably, `print_help` is promoted as first execution action. Moreover, set actions lists to constant expressions. Signed-off-by: Leonardo Di Giovanna <leonardodigiovanna1@gmail.com>