Skip to content

Commit

Permalink
Merge pull request #40 from ICTU/sonar-9.3
Browse files Browse the repository at this point in the history
Update to Sonarqube 9.3
  • Loading branch information
ramsesvanpinxteren authored Feb 10, 2022
2 parents f85873f + 94017b1 commit 2ee2a6e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Dockerfile-community-edition
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM sonarqube:9.2.4-community
FROM sonarqube:9.3.0-community
USER root
RUN apk add --no-cache wget curl java-cacerts jq postgresql-client
RUN ln -sf /etc/ssl/certs/java/cacerts /usr/lib/jvm/java-11-openjdk/lib/security/cacerts
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-developer-edition
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM sonarqube:9.2.4-developer
FROM sonarqube:9.3.0-developer
USER root
RUN apk add --no-cache wget curl java-cacerts jq postgresql-client
RUN ln -sf /etc/ssl/certs/java/cacerts /usr/lib/jvm/java-11-openjdk/lib/security/cacerts
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-list
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
https://github.com/checkstyle/sonar-checkstyle/releases/download/9.2.1/checkstyle-sonar-plugin-9.2.1.jar
https://github.com/checkstyle/sonar-checkstyle/releases/download/9.3/checkstyle-sonar-plugin-9.3.jar
https://github.com/sbaudoin/sonar-ansible/releases/download/v2.5.1/sonar-ansible-plugin-2.5.1.jar
https://github.com/dependency-check/dependency-check-sonar-plugin/releases/download/2.0.8/sonar-dependency-check-plugin-2.0.8.jar
https://github.com/jensgerdes/sonar-pmd/releases/download/3.3.1/sonar-pmd-plugin-3.3.1.jar
Expand Down
16 changes: 8 additions & 8 deletions start-with-profile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -240,13 +240,13 @@ testAdminCredentials

# (Re-)create the ICTU profiles
createProfile "ictu-ansible-profile-v2.5.1" "Sonar%20way" "yaml"
createProfile "ictu-cs-profile-v8.32.0" "Sonar%20way" "cs"
createProfile "ictu-java-profile-v7.5.0" "Sonar%20way" "java"
createProfile "ictu-js-profile-v8.6.0" "Sonar%20way%20Recommended" "js"
createProfile "ictu-kotlin-profile-v2.7.0" "Sonar%20way" "kotlin"
createProfile "ictu-py-profile-v3.8.0" "Sonar%20way" "py"
createProfile "ictu-ts-profile-v8.6.0" "Sonar%20way%20recommended" "ts"
createProfile "ictu-vbnet-profile-v8.32.0" "Sonar%20way" "vbnet"
createProfile "ictu-web-profile-v3.4.0" "Sonar%20way" "web"
createProfile "ictu-cs-profile-v8.34.0" "Sonar%20way" "cs"
createProfile "ictu-java-profile-v7.7.0" "Sonar%20way" "java"
createProfile "ictu-js-profile-v8.8.0" "Sonar%20way%20Recommended" "js"
createProfile "ictu-kotlin-profile-v2.9.0" "Sonar%20way" "kotlin"
createProfile "ictu-py-profile-v3.9.0" "Sonar%20way" "py"
createProfile "ictu-ts-profile-v8.8.0" "Sonar%20way%20recommended" "ts"
createProfile "ictu-vbnet-profile-v8.34.0" "Sonar%20way" "vbnet"
createProfile "ictu-web-profile-v3.6.0" "Sonar%20way" "web"

wait $PID

0 comments on commit 2ee2a6e

Please sign in to comment.