usage: runSonarQube.py [-h] [-t TOKEN] [-b BUILD] [-v] [-V]

Launches the SonarQube scan to analyze the current package. The
SonarQube hostname is configured via ToolBOS.conf file, the
authentication token can be passed via cmd line option or env.var.
'SONAR_TOKEN' or ToolBOS.conf settings. If used in CI/CD pipelines,
'SONAR_TOKEN' might be globally predefined by administrators.

optional arguments:
  -h, --help            show this help message and exit
  -t TOKEN, --token TOKEN
                        user auth token (alternatively via env.var.SONAR_TOKEN
                        or via ToolBOS.conf settings)
  -b BUILD, --build BUILD
                        command to build this package
  -v, --verbose         show debug messages
  -V, --version         show version info and exit

examples:
  runSonarQube.py -t <auth-token>
  runSonarQube.py -t <auth-token> -b BST.py
  runSonarQube.py -t <auth-token> -b ./build.sh
  runSonarQube.py -b BST.py
  runSonarQube.py

Please report bugs on GitLab (https://dmz-gitlab.honda-ri.de/TECH_Team/ToolBOSCore/-/issues).
