SonarQube Implementation for Software Analyzer

Following are the two tasks for implementing SonarQube as a software analyzer:
  • Generic issue import format:
    Supports two types of JSON files for SonarQube:
    • JSON version up to 10.2.
    • JSON version 10.3 and later.
  • Export SonarQube file:

    Export SonarQube JSON files based on the selection.

  • Generic issue import format
    When running the IBM Developer for z/OS (IDZ) code review in batch, the result will be generated in sqresult_20241003_122520438.son.sqzip file.
    Note:
    • SonarQube export is available only for Linux, Windows and Macos.
      sonarqube_export1
    • A ZIP folder is created with the prefix sqresult and .sqzip extension, containing two files:
      • sqdata.sqresult.untilv10.2.json
      • sqdata.sqresult.json
        sonarqube_export2
      • sqdata.sqresult.untilv10.2.json file will use the JSON format that is compatible with SonarQube up to version 10.2 for importing results. See Generic formatted issue reports for detailed information.