Hi, my question is: where do I place the code for analysis?

Must-share information (formatted with Markdown):

  • which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
  • how is SonarQube deployed: zip,
  • what are you trying to achieve Run analysis on code
  • what have you tried so far to achieve this yes

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

Hi,

Welcome to the community!

Do you have a CI/CD system in place? (If not, you should prioritize that…) Assuming you do, you’re going to install the relevant SonarScanner on your build agent(s). Then in your pipeline, after you build and before you do any sort of archiving or deployment, you’re going to invoke the scanner (details in the docs^).

Does that make sense? Or do you need more detail?

 
Ann