File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ RUN mkdir -p /opt/configuration/sonarqube/plugins
2525# Language plugins not bundled
2626ADD https://github.com/Inform-Software/sonar-groovy/releases/download/1.8/sonar-groovy-plugin-1.8.jar /opt/configuration/sonarqube/plugins/
2727ADD https://github.com/Merck/sonar-r-plugin/releases/download/0.2.2/sonar-r-plugin-0.2.2.jar /opt/configuration/sonarqube/plugins/
28- ADD https://github.com/elegoff/sonar-rust/releases/download/v0.2.5/community-rust-plugin-0.2.5 .jar /opt/configuration/sonarqube/plugins/
28+ ADD https://github.com/elegoff/sonar-rust/releases/download/v0.2.5/community-rust-plugin-0.2.6 .jar /opt/configuration/sonarqube/plugins/
2929
3030COPY run.sh $SONARQUBE_HOME/bin/
3131
Original file line number Diff line number Diff line change @@ -6,14 +6,14 @@ SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
66ODS_CORE_DIR=${SCRIPT_DIR%/* }
77ODS_CONFIGURATION_DIR=" ${ODS_CORE_DIR} /../ods-configuration"
88
9- SONAR_VERSION=10.8 .0
9+ SONAR_VERSION=2025.1 .0
1010SONAR_EDITION=" developer"
1111
1212function usage {
1313 printf " Test SonarQube setup.\n\n"
1414 printf " \t-h|--help\t\tPrint usage\n"
1515 printf " \t-v|--verbose\t\tEnable verbose mode\n"
16- printf " \t-s|--sq-version\t\tSonarQube version, e.g. '10.8 .0' (defaults to %s)\n" " ${SONAR_VERSION} "
16+ printf " \t-s|--sq-version\t\tSonarQube version, e.g. '2025.1 .0' (defaults to %s)\n" " ${SONAR_VERSION} "
1717 printf " \t-e|--sq-edition\t\tSonarQube edition, e.g. 'community' or 'enterprise' (defaults to %s)\n" " ${SONAR_EDITION} "
1818 printf " \t-i|--insecure\t\tAllow insecure server connections when using SSL\n"
1919 printf " \t--verify\t\tSkips setup of local docker container and instead checks existing sonarqube setup based on ods-core.env\n"
@@ -191,7 +191,7 @@ case $SONAR_EDITION in
191191 community | developer | enterprise | datacenter)
192192 expectedPlugins=(" groovy:1.8"
193193 " r:0.2.2"
194- " communityrust:0.2.5 " )
194+ " communityrust:0.2.6 " )
195195 ;;
196196
197197 * )
You can’t perform that action at this time.
0 commit comments