Hi Steve,
Yeah that’s what I thought, and thanks for the answer! Would be good to have either an API or a task to sync it. So we could simple call this task in an automate way.
Just for future references if someone falls in the same case, this is the relevance I used to check the components:
Queries are in the form of "BigFix Session Relevance"
my $query = “(name of it) of it whose ( (relevance of source fixlet of it != relevance of it) or (script of action of it != script of action of source fixlet of it) ) of (components of
component groups of bes fixlets whose (baseline flag of it AND name of it starts with “Custom Baseline - AutoPatch RedHat”))”;
It ll highlight the components out of sync, then is just a matter to regenerate the baseline components.