Scanning the binaries of a C++ project

I am attempting to add a Sonar stage to the pipeline of a C++ project.
I’ve been through the sample project for C++ and it works well.

Due to the size of the c++ codebase and the many dependencies we are not able to apply the build-wrapper to observe the C++ compilation/build phase.

My question is whether sonar can scan the resulting binaries and if it can what is the general approach to doing it this way?

Hey there.

SonarQube needs the source code – it cannot scan binaries.

Colin