Skip to content

Commit 011c212

Browse files
committed
Add /check 10.3.0 Sonarqube compatibility
1 parent 0a092bb commit 011c212

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Added
1111

1212
- Java rules moved from `ecoCode` repository to current repository
13+
- Add 10.3 SonarQube compatibility
1314

1415
### Changed
1516

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-java-plugin-*.jar /opt/sonarqube/extensions/plugins/

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_java
66
ports:
77
- "9000:9000"

0 commit comments

Comments
 (0)