vasee
(Vasanth)
October 7, 2024, 6:09pm
1
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
ganncamp
(G Ann Campbell)
October 8, 2024, 2:05pm
2
Hi,
Your first step here is to set up analysis , then you can start looking at feeding in your external analyzer reports .
HTH,
Ann
vasee
(Vasanth)
October 9, 2024, 2:42pm
3
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…
ganncamp
(G Ann Campbell)
October 9, 2024, 2:57pm
4
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
vasee
(Vasanth)
October 9, 2024, 4:13pm
5
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?