File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
1010### Added
1111
12+ - Add 10.3 SonarQube compatibility
13+
1214### Changed
1315
1416- [ #5 ] ( https://github.com/green-code-initiative/ecoCode-python/pull/5 ) Upgrade licence system and licence headers of Java files
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.1 .0-community
8+ FROM sonarqube:10.3 .0-community
99COPY --from=builder /usr/src/ecocode/target/ecocode-*.jar /opt/sonarqube/extensions/plugins/
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ Ready to use binaries are available [from GitHub](https://github.com/green-code-
6464
6565| Plugin version | SonarQube version | Java version |
6666| ----------------| -------------------| --------------|
67- | 1.4.+ | 9.4.+ LTS to 10.1 | 11 / 17 |
67+ | 1.4.+ | 9.4.+ LTS to 10.3 | 11 / 17 |
6868
6969> Compatibility table of versions lower than 1.4.+ are available from the
7070> 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.1 .0-community
4+ image : sonarqube:10.3 .0-community
55 container_name : sonar_ecocode_python
66 ports :
77 - " 9000:9000"
You can’t perform that action at this time.
0 commit comments