Description of the problem
when starting an analysis with multiple targets checked only the frst checked target is the one used, others are ignored.
in order to pass multiple targets in kantra cli, it is required to do like so:
kantra analyze -i <input> --target <target_1> --target <target_2> --target <target_3>