Sonarqube for HP NonStop COBOL

Must-share information (formatted with Markdown):

  • which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
  • what are you trying to achieve
  • what have you tried so far to achieve this

My company uses SonarQube vía the build process in ADO.

I would like to scan my HP NonStop COBOL code but I believe I need to compile/build the programs on the HP NonStop, not within ADO.

Can I use SonarQube on the HP NonStop in my build/compile process?

I don’t know HP NonStop and I don’t know ADO.
To scan your COBOL code with SonarQube, you need a system where you can run a Java virtual machine.
See the documentation for SonarScanner.
COBOL code needs to be available as source files.
You will probably need to set the COBOL “dialect” to “hp-tandem-cobol”.