File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414### Changed
1515
1616- [ #17 ] ( https://github.com/green-code-initiative/ecoCode-python/issues/17 ) EC7 - correction setter problem on constructor method
17+ - check Sonarqube 10.4.1 compatibility + update docker files and README.md / NOT OK with 10.5.x (issue created)
1718
1819### Deleted
1920
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ COPY . /usr/src/ecocode
55WORKDIR /usr/src/ecocode
66RUN ./tool_build.sh
77
8- FROM sonarqube:10.3.0 -community
8+ FROM sonarqube:10.4.1 -community
99COPY --from=builder /usr/src/ecocode/target/ecocode-*.jar /opt/sonarqube/extensions/plugins/
Original file line number Diff line number Diff line change @@ -63,9 +63,9 @@ Ready to use binaries are available [from GitHub](https://github.com/green-code-
6363🧩 Compatibility
6464------------------
6565
66- | Plugin version | SonarQube version | Java version |
67- | ----------------| -------------------| --------------|
68- | 1.4.+ | 9.4.+ LTS to 10.3 | 11 / 17 |
66+ | Plugin version | SonarQube version | Java version |
67+ | ----------------| --------------------- | --------------|
68+ | 1.4.+ | 9.4.+ LTS to 10.4.1 | 11 / 17 |
6969
7070> Compatibility table of versions lower than 1.4.+ are available from the
7171> main [ ecoCode repository] ( https://github.com/green-code-initiative/ecoCode#-plugins-version-compatibility ) .
Original file line number Diff line number Diff line change 11version : " 3.3"
22services :
33 sonar :
4- image : sonarqube:10.3.0 -community
4+ image : sonarqube:10.4.1 -community
55 container_name : sonar_ecocode_python
66 ports :
77 - " 9000:9000"
You can’t perform that action at this time.
0 commit comments