Multiple external issues to one project dashboard

  • which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
    SonarQube enterprise 9.9.1, scanner 5.0.1
  • how is SonarQube deployed: zip, Docker, Helm
    Docker
  • what are you trying to achieve
    Scan the multiple external report json files and display them in single project dashboard.
  • what have you tried so far to achieve this
    Nothing, have no clue…

Do not share screenshots of logs – share the text itself (bonus points for being well-formatted)!

I have like 100 external issues scan reports JSON files I need to show them in single project dashboard

Hi,

Your first step here is to set up analysis, then you can start looking at feeding in your external analyzer reports.

 
HTH,
Ann

I’ve set it up and I’m able to pass a single report json file to sonar.externalIssuesReportPaths parameter, but my question here is will it be possible to point the folder where all my report json files are present so that all report json files are scanned by sonar.externalIssuesReportPaths parameter…

Hi,

From the docs, that parameter:

accepts a comma-delimited list of paths to reports.

So you’ll need to list each report individually.

 
HTH,
Ann

So won’t pointing the dir of repo work?
If so should I be listing all my reports as a comma separated list to the parameter?

Hi,

No

 
HTH,
Ann