What exactly Compute Engine does?

Hi Team

I’m evaluating the SonarQube Enterprise edition for our Organization.

Please clarify the following doubts.

Will Compute Engine will do the actual code analysis?
Or just it will process the analysis reports (after actual analysis)?

It processes the analysis reports – (sorts it out, sticks everything in the database in the right place, tracks issues, detects file moves, calculates duplication, raises second-level issues, and much more!), and is also responsible for Pull Request Decoration, sending Webhooks, and sending Notifications.

The majority of the code analysis happens by the scanner, wherever you are running the scanner (preferably on a build machine as a part of your CI/CD)

1 Like

Thank you soo much @Colin.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.