From b5dad17991fb3a0efbcd3c4d6678a73a7bee258a Mon Sep 17 00:00:00 2001 From: Gilles Grousset Date: Mon, 29 Apr 2024 12:15:43 +0200 Subject: [PATCH 1/2] feat(Docker): sonar-apple + Docker version upgrade --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index c2812de..90fedfd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ -FROM sonarqube:10.0-community +FROM sonarqube:10.5.0-community USER root -ADD https://github.com/insideapp-oss/sonar-apple/releases/download/0.3.0/sonar-apple-plugin-0.3.0.jar /opt/sonarqube/extensions/plugins/sonar-apple-plugin-0.3.0.jar -RUN chmod 777 /opt/sonarqube/extensions/plugins/sonar-apple-plugin-0.3.0.jar +ADD https://github.com/insideapp-oss/sonar-apple/releases/download/0.4.1/sonar-apple-plugin-0.4.1.jar /opt/sonarqube/extensions/plugins/sonar-apple-plugin-0.4.1.jar +RUN chmod 777 /opt/sonarqube/extensions/plugins/sonar-apple-plugin-0.4.1.jar USER sonarqube \ No newline at end of file From 18d849d92a9f72cf46be9404abb55056fd3f90a7 Mon Sep 17 00:00:00 2001 From: Gilles Grousset Date: Mon, 29 Apr 2024 12:24:51 +0200 Subject: [PATCH 2/2] doc: CHANGLELOG update --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a037225..48209ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - [#207](https://github.com/green-code-initiative/ecoCode/issues/207) Add release tag analyzis on SonarCloud +- [#23](https://github.com/green-code-initiative/ecoCode-ios/pull/23) Docker update (updated SonarQube and sonar-apple versions) ### Changed