Skip to content

Commit 122f603

Browse files
authored
Merge pull request #79 from green-code-initiative/ecocode2creedengo
Ecocode2creedengo
2 parents 91956f7 + 41ad635 commit 122f603

3 files changed

Lines changed: 6 additions & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG MAVEN_BUILDER=3-openjdk-17-slim
2-
ARG SONARQUBE_VERSION=10.6.0-community
2+
ARG SONARQUBE_VERSION=10.7.0-community
33

44
FROM maven:${MAVEN_BUILDER} AS builder
55

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ Ready to use binaries are available [from GitHub](https://github.com/green-code-
6161
|----------------|---------------------|------------------------------------------------------------------------------------------------|
6262
| 1.6.+ | 9.4.+ LTS to 10.6.0 | 11 / 17 |
6363
| 1.7.+ | 9.9.+ LTS to 10.6.0 | [17](https://docs.sonarsource.com/sonarqube/9.9/requirements/prerequisites-and-overview/#java) |
64+
| 2.0.+ | 9.9.+ LTS to 10.7.0 | [17](https://docs.sonarsource.com/sonarqube/9.9/requirements/prerequisites-and-overview/#java) |
6465

6566
> Compatibility table of versions lower than 1.4.+ are available from the
6667
> main [creedengo repository](https://github.com/green-code-initiative/creedengo-rules-specifications#-plugins-version-compatibility).
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/usr/bin/env sh
2+
3+
# "sonar.login" kept only for SONARQUBE < 10
4+
mvn org.sonarsource.scanner.maven:sonar-maven-plugin:3.11.0.3922:sonar -Dsonar.host.url=http://localhost:$1 -Dsonar.login=$2 -Dsonar.token=$2

0 commit comments

Comments
 (0)