Skip to content

Commit

Permalink
Merge pull request #1492 from gpennetier/policy_evaluation_portfolio_…
Browse files Browse the repository at this point in the history
…analysis

Perform policy evaluation during portfolio analysis
  • Loading branch information
stevespringett authored Mar 23, 2022
2 parents fddf758 + 70d83bb commit 8cb1755
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ public void inform(final Event e) {
final List<Component> components = qm.getAllComponents(project);
LOGGER.info("Analyzing " + components.size() + " components in project: " + project.getUuid());
analyzeComponents(qm, components);
performPolicyEvaluation(project, components);
LOGGER.info("Completed analysis of " + components.size() + " components in project: " + project.getUuid());
}
}
Expand Down

0 comments on commit 8cb1755

Please sign in to comment.