File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010### Added
1111
1212- Python rules moved from ` ecoCode ` repository to current repository
13+ - [ #205 ] ( https://github.com/green-code-initiative/ecoCode/issues/205 ) compatibility with SonarQube 10.1
1314
1415### Changed
1516
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.0 .0-community
8+ FROM sonarqube:10.1 .0-community
99COPY --from=builder /usr/src/ecocode/lib/* /opt/sonarqube/extensions/plugins/
Original file line number Diff line number Diff line change 11version : " 3.3"
22services :
33 sonar :
4- image : sonarqube:10.0 .0-community
4+ image : sonarqube:10.1 .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