Affected Component
openrelik-worker-analyzer-config
Description
Do not throw a runtime error when no files are created, just set a task_report that no relevant config files were found.
Why? The worker runs multiple tasks at the same time (e.g. analyse redis config and sshd config) and if one of them throws a runtime error the other tasks will error out as well.
Relevant Logs