Skip to content

Commit 2f4d7a3

Browse files
authored
Merge branch 'main' into dependabot/maven/org.sonarsource.analyzer-commons-sonar-analyzer-commons-2.16.0.3141
2 parents 20cae42 + a051303 commit 2f4d7a3

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
### Changed
1313

14+
- [#42](https://github.com/green-code-initiative/creedengo-python/issues/42) Correction of dead link
15+
1416
### Deleted
1517

1618
## [2.0.0] - 2024-12-12

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ docker run -ti --rm \
4444
--name sonarqube-creedengo-python ghcr.io/green-code-initiative/sonarqube-creedengo-python:latest
4545
```
4646

47-
... and configure local SonarQube (security config and quality profile : see [configuration](https://github.com/green-code-initiative/creedengo-common/blob/main/doc/INSTALL.md#configuration-sonarqube) for more details).
47+
... and configure local SonarQube (security config and quality profile : see [configuration](https://github.com/green-code-initiative/creedengo-common/blob/main/doc/HOWTO.md#howto-install-sonarqube-dev-environment) for more details).
4848

4949
To install other `creedengo` plugins, you can also :
5050

@@ -53,8 +53,6 @@ To install other `creedengo` plugins, you can also :
5353

5454
Then you can use Python test project repository to test the environment : see README.md of [Python test project](https://github.com/green-code-initiative/creedengo-python-test-project)
5555

56-
Finally, you can directly use a [all-in-one docker-compose](https://github.com/green-code-initiative/creedengo-common/blob/main/doc/INSTALL.md#start-sonarqube-if-first-time)
57-
5856
🛒 Distribution
5957
------------------
6058

@@ -65,8 +63,9 @@ Ready to use binaries are available [from GitHub](https://github.com/green-code-
6563

6664
| Plugin version | SonarQube version | Java version |
6765
|----------------|---------------------|--------------|
68-
| 1.5.+ | 9.9.+ LTS to 10.7.0 | 11 / 17 |
6966
| 1.4.+ | 9.4.+ LTS to 10.4.1 | 11 / 17 |
67+
| 1.5.+ | 9.9.+ LTS to 10.7.0 | 11 / 17 |
68+
| 2.0.+ | 9.4.+ LTS to 10.7.0 | 11 / 17 |
7069

7170
> Compatibility table of versions lower than 1.4.+ are available from the
7271
> main [creedengo repository](https://github.com/green-code-initiative/creedengo-rules-specifications#-plugins-version-compatibility).

0 commit comments

Comments
 (0)