Skip to content

Commit

Permalink
add 10.3 Sonarqube compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
dedece35 committed Jan 4, 2024
1 parent 7b66d75 commit f32cc3f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- Add 10.3 SonarQube compatibility

### Changed

- [#5](https://github.com/green-code-initiative/ecoCode-python/pull/5) Upgrade licence system and licence headers of Java files
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ COPY . /usr/src/ecocode
WORKDIR /usr/src/ecocode
RUN ./tool_build.sh

FROM sonarqube:10.1.0-community
FROM sonarqube:10.3.0-community
COPY --from=builder /usr/src/ecocode/target/ecocode-*.jar /opt/sonarqube/extensions/plugins/
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Ready to use binaries are available [from GitHub](https://github.com/green-code-

| Plugin version | SonarQube version | Java version |
|----------------|-------------------|--------------|
| 1.4.+ | 9.4.+ LTS to 10.1 | 11 / 17 |
| 1.4.+ | 9.4.+ LTS to 10.3 | 11 / 17 |

> Compatibility table of versions lower than 1.4.+ are available from the
> main [ecoCode repository](https://github.com/green-code-initiative/ecoCode#-plugins-version-compatibility).
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.3"
services:
sonar:
image: sonarqube:10.1.0-community
image: sonarqube:10.3.0-community
container_name: sonar_ecocode_python
ports:
- "9000:9000"
Expand Down

0 comments on commit f32cc3f

Please sign in to comment.