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 @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212### Changed
1313
1414- [ #15 ] ( https://github.com/green-code-initiative/ecoCode-java/issues/15 ) correction NullPointer in EC2 rule
15+ - check Sonarqube 10.5.1 compatibility + update docker files and README.md
1516
1617### Deleted
1718
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.5.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.5.+ | 9.4.+ LTS to 10.3 | 11 / 17 |
66+ | Plugin version | SonarQube version | Java version |
67+ | ----------------| --------------------- | --------------|
68+ | 1.5.+ | 9.4.+ LTS to 10.5.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.5.1 -community
55 container_name : sonar_ecocode_java
66 ports :
77 - " 9000:9000"
You can’t perform that action at this time.
0 commit comments