Export the scanning results to report files

  • which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
    SonarQube = sonarqube-developer-8.4.1.35646
    Scanner = sonar-scanner-4.4.0.2170-windows
  • what are you trying to achieve
    I want to scan a C++ project and produce report files from the scanning results. I want to verify if the reports produced by SonarQube are acceptable by Vulnerator
  • what have you tried so far to achieve this
    I look into the tutorials but there is still no luck yet

Hello Brian,

Scanning C++ projects requires the usage of SonarQube Build Wrapper. You can find details in documentation for prerequisites

In the same documentation page, I suggest you go through the “Analysis steps” section

Regards,

Eric

Hi Eric,

I could not find any information regarding how to produce reports from the scanning results. My goal is to collect the reports produced by SonarQube then input them to Vulnerator.

How can I view the .pb files found in scanner-report?

Thanks,

Brian Nguyen

Maybe you can find this useful - How to deserialize the issue.pb in scanner-report?