Skip to content

Commit

Permalink
Merge pull request #79 from green-code-initiative/ecocode2creedengo
Browse files Browse the repository at this point in the history
Ecocode2creedengo
  • Loading branch information
dedece35 authored Dec 18, 2024
2 parents 91956f7 + 41ad635 commit 122f603
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG MAVEN_BUILDER=3-openjdk-17-slim
ARG SONARQUBE_VERSION=10.6.0-community
ARG SONARQUBE_VERSION=10.7.0-community

FROM maven:${MAVEN_BUILDER} AS builder

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ Ready to use binaries are available [from GitHub](https://github.com/green-code-
|----------------|---------------------|------------------------------------------------------------------------------------------------|
| 1.6.+ | 9.4.+ LTS to 10.6.0 | 11 / 17 |
| 1.7.+ | 9.9.+ LTS to 10.6.0 | [17](https://docs.sonarsource.com/sonarqube/9.9/requirements/prerequisites-and-overview/#java) |
| 2.0.+ | 9.9.+ LTS to 10.7.0 | [17](https://docs.sonarsource.com/sonarqube/9.9/requirements/prerequisites-and-overview/#java) |

> Compatibility table of versions lower than 1.4.+ are available from the
> main [creedengo repository](https://github.com/green-code-initiative/creedengo-rules-specifications#-plugins-version-compatibility).
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env sh

# "sonar.login" kept only for SONARQUBE < 10
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 comments on commit 122f603

Please sign in to comment.