Skip to content

Commit

Permalink
[ISSUE 205] Add compatibility with SonarQube 10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dedece35 committed Aug 8, 2023
1 parent 061173b commit eea176a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

- Python rules moved from `ecoCode` repository to current repository
- [#205](https://github.com/green-code-initiative/ecoCode/issues/205) compatibility with SonarQube 10.1

### Changed

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.0.0-community
FROM sonarqube:10.1.0-community
COPY --from=builder /usr/src/ecocode/lib/* /opt/sonarqube/extensions/plugins/
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.0.0-community
image: sonarqube:10.1.0-community
container_name: sonar_ecocode_python
ports:
- "9000:9000"
Expand Down

0 comments on commit eea176a

Please sign in to comment.