Skip to content

Commit f32cc3f

Browse files
committed
add 10.3 Sonarqube compatibility
1 parent 7b66d75 commit f32cc3f

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ COPY . /usr/src/ecocode
55
WORKDIR /usr/src/ecocode
66
RUN ./tool_build.sh
77

8-
FROM sonarqube:10.1.0-community
8+
FROM sonarqube:10.3.0-community
99
COPY --from=builder /usr/src/ecocode/target/ecocode-*.jar /opt/sonarqube/extensions/plugins/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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).

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: "3.3"
22
services:
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"

0 commit comments

Comments
 (0)