Skip to content

Commit dc4978a

Browse files
committed
update rust plugin
1 parent fc2ce11 commit dc4978a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

sonarqube/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN mkdir -p /opt/configuration/sonarqube/plugins
2525
# Language plugins not bundled
2626
ADD https://github.com/Inform-Software/sonar-groovy/releases/download/1.8/sonar-groovy-plugin-1.8.jar /opt/configuration/sonarqube/plugins/
2727
ADD 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

3030
COPY run.sh $SONARQUBE_HOME/bin/
3131

sonarqube/test.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
66
ODS_CORE_DIR=${SCRIPT_DIR%/*}
77
ODS_CONFIGURATION_DIR="${ODS_CORE_DIR}/../ods-configuration"
88

9-
SONAR_VERSION=10.8.0
9+
SONAR_VERSION=2025.1.0
1010
SONAR_EDITION="developer"
1111

1212
function 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
*)

0 commit comments

Comments
 (0)