Server path of user credentials and project analysis report

Must-share information (formatted with Markdown):

  • which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)

Hi All,

I’m using SonarQube helm chart
sonarqube -“community”
Version = “9.5.0.56709”

Could you please help me to figure out the path/directory inside the server where the user’s credentials and project analysis report will be stored ?

Hi,

Welcome to the community!

Analysis reports are stored in the DB, not in SonarQube’s file system. If you’re delegating authentication, credentials are also stored outside SonarQube. If you’re not, they’ll be in the DB.

 
HTH,
Ann