mirror of
https://github.com/falcosecurity/falco.git
synced 2026-01-24 14:32:34 +00:00
This is a change of direction from the current design, that imposes loading the configuration from file only, and in the object constructor. Instead, yaml_configuration objects can now be reused ad can load the YAML config from either file or string. This also makes it easier to unit test this class. Signed-off-by: Jason Dellaluce <jasondellaluce@gmail.com>