Here is a comprehensive list of properties that the Meterian plugin adds to your SonarQube instance.
These Properties can be configured in multiple places:
SonarQube UI
Project configuration file sonar-project.properties
sonar-project.properties
SonarScanner command line parameter (in the -Dproperty.name format)
-Dproperty.name
sonar.meterian.reportJsonPath
The path to the Meterian JSON report, generated as part of the analysis
sonar.meterian.patchUpdateAlertSeverityLevel
The severity level to use when filing stability issues for patch updates
MINOR
sonar.meterian.minorUpdateAlertSeverityLevel
The severity level to use when filing stability issues for minor updates
None (disabled)
sonar.meterian.majorUpdateAlertSeverityLevel
The severity level to use when filing stability issues for major updates
Last updated 8 months ago