I am trying to run sonar-scanner on my local windows system. I have configured a sonar server as well in my setup. When I scan my application using sonar-scanner, the report gets uploaded on the sonar server. I want to store the output locally first, may be redirect in some csv file. How can I do that ?
Welcome to the community forum! No, this is not possible. Could you please elaborate a bit around what you are trying to achieve? Do you face a specific issue?
My requirement is to scan more than 250 projects. So the output is also in huge size. When I check on sonar-server for this output, I don’t see it completely. Only some portion of the output gets uploaded.
So, how can I get this working, having the complete scan analysis on the soar server ?
@Shaila Do you have any update on this?
In my case it only publishes the last service scanned to the sonar dashboard.
Would you be able to aggregate all the reports in a single dashboard?