mirror of
https://github.com/falcosecurity/falco.git
synced 2026-02-21 22:27:51 +00:00
User can configure a list of actions that are taken when Falco detects a threshold exceeding value in drop statistics. However, the logic that handles the list of configured actions is designed to process only a single action; it takes only the first action of the list. This approach has the problem that the order of the actions comes as the deciding factor in choosing which action is taken in case there are more than one action. This fix enables Falco to process all actions on the list. Signed-off-by: Tero Kauppinen <tero.kauppinen@est.tech>