diff --git a/Dockerfile b/Dockerfile index 367d9c6..008ffa2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ ARG IMAGE_NAME=sonarqube -ARG IMAGE_VERSION=10.1.0 +ARG IMAGE_VERSION=10.3.0 ARG IMAGE_EDITION=community FROM $IMAGE_NAME:$IMAGE_VERSION-$IMAGE_EDITION diff --git a/plugins/plugin-list b/plugins/plugin-list index d45b3f5..b0306d4 100644 --- a/plugins/plugin-list +++ b/plugins/plugin-list @@ -1,7 +1,7 @@ -https://github.com/checkstyle/sonar-checkstyle/releases/download/10.12.3/checkstyle-sonar-plugin-10.12.3.jar -https://github.com/dependency-check/dependency-check-sonar-plugin/releases/download/4.0.0/sonar-dependency-check-plugin-4.0.0.jar +https://github.com/checkstyle/sonar-checkstyle/releases/download/10.12.5/checkstyle-sonar-plugin-10.12.5.jar +https://github.com/dependency-check/dependency-check-sonar-plugin/releases/download/4.0.1/sonar-dependency-check-plugin-4.0.1.jar https://github.com/jborgers/sonar-pmd/releases/download/3.4.0/sonar-pmd-plugin-3.4.0.jar https://github.com/sbaudoin/sonar-ansible/releases/download/v2.5.1/sonar-ansible-plugin-2.5.1.jar -https://github.com/sbaudoin/sonar-yaml/releases/download/v1.7.0/sonar-yaml-plugin-1.7.0.jar -https://github.com/spotbugs/sonar-findbugs/releases/download/4.2.4/sonar-findbugs-plugin-4.2.4.jar +https://github.com/sbaudoin/sonar-yaml/releases/download/v1.9.1/sonar-yaml-plugin-1.9.1.jar +https://github.com/spotbugs/sonar-findbugs/releases/download/4.2.6/sonar-findbugs-plugin-4.2.6.jar https://github.com/vaulttec/sonar-auth-oidc/releases/download/v2.1.1/sonar-auth-oidc-plugin-2.1.1.jar diff --git a/start-with-profile.sh b/start-with-profile.sh index f2eb902..1409805 100644 --- a/start-with-profile.sh +++ b/start-with-profile.sh @@ -260,18 +260,18 @@ changeDefaultAdminPassword testAdminCredentials # (Re-)create the ICTU profiles -RULES_VERSION=20230619 +RULES_VERSION=20231222 echo "*** Start processing rules for version ${RULES_VERSION} ***" createProfile "ictu-ansible-profile-v2.5.1-${RULES_VERSION}" "Sonar%20way" "yaml" # custom sonar-ansible-plugin -createProfile "ictu-cs-profile-v9.3.0-${RULES_VERSION}" "Sonar%20way" "cs" # image csharp-plugin -createProfile "ictu-java-profile-v7.20.0-${RULES_VERSION}" "Sonar%20way" "java" # image java-plugin -createProfile "ictu-js-profile-v10.3.1-${RULES_VERSION}" "Sonar%20way" "js" # image javascript-plugin -createProfile "ictu-kotlin-profile-v2.15.0-${RULES_VERSION}" "Sonar%20way" "kotlin" # image kotlin-plugin -createProfile "ictu-py-profile-v4.3.0-${RULES_VERSION}" "Sonar%20way" "py" # image python-plugin -createProfile "ictu-swift-profile-v4.9.0-${RULES_VERSION}" "Sonar%20way" "swift" # image swift-plugin -createProfile "ictu-ts-profile-v10.3.1-${RULES_VERSION}" "Sonar%20way" "ts" # image javascript-plugin -createProfile "ictu-vbnet-profile-v9.3.0-${RULES_VERSION}" "Sonar%20way" "vbnet" # image vbnet-plugin -createProfile "ictu-web-profile-v3.8.0-${RULES_VERSION}" "Sonar%20way" "web" # image html-plugin +createProfile "ictu-cs-profile-v9.13.0-${RULES_VERSION}" "Sonar%20way" "cs" # image csharp-plugin +createProfile "ictu-java-profile-v7.27.1-${RULES_VERSION}" "Sonar%20way" "java" # image java-plugin +createProfile "ictu-js-profile-v10.9.0-${RULES_VERSION}" "Sonar%20way" "js" # image javascript-plugin +createProfile "ictu-kotlin-profile-v2.18.0-${RULES_VERSION}" "Sonar%20way" "kotlin" # image kotlin-plugin +createProfile "ictu-py-profile-v4.10.0-${RULES_VERSION}" "Sonar%20way" "py" # image python-plugin +createProfile "ictu-swift-profile-v4.11.0-${RULES_VERSION}" "Sonar%20way" "swift" # image swift-plugin +createProfile "ictu-ts-profile-v10.9.0-${RULES_VERSION}" "Sonar%20way" "ts" # image javascript-plugin +createProfile "ictu-vbnet-profile-v9.13.0-${RULES_VERSION}" "Sonar%20way" "vbnet" # image vbnet-plugin +createProfile "ictu-web-profile-v3.11.0-${RULES_VERSION}" "Sonar%20way" "web" # image html-plugin echo "*** Finished processing rules ***" echo ""