Skip to content

Commit 4c84189

Browse files
authored
Update README to match new SonarQube Wording and update compatibility… (#1078)
* Update README to match new SonarQube Wording and update compatibility matrix * change wording
1 parent 46f561b commit 4c84189

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

README.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Dependency-Check Plugin for SonarQube 10.2 or higher
1+
# Dependency-Check Plugin for SonarQube Server 2025.x and up
22

33
![Build Status](https://github.com/dependency-check/dependency-check-sonar-plugin/actions/workflows/testing.yml/badge.svg?branch=master)
44
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/e9cebd3112ec4252804bba68a5b44071)](https://www.codacy.com/gh/dependency-check/dependency-check-sonar-plugin/dashboard?utm_source=github.com&utm_medium=referral&utm_content=dependency-check/dependency-check-sonar-plugin&utm_campaign=Badge_Grade)
@@ -8,9 +8,7 @@
88
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=dependency-check_dependency-check-sonar-plugin&metric=coverage)](https://sonarcloud.io/dashboard?id=dependency-check_dependency-check-sonar-plugin)
99
[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=dependency-check_dependency-check-sonar-plugin&metric=security_rating)](https://sonarcloud.io/dashboard?id=dependency-check_dependency-check-sonar-plugin)
1010

11-
Integrates [Dependency-Check][] reports into SonarQube v10.2 or higher.
12-
13-
The project will try to backport all code from master branch to last supported LTS. Please see the [SonarQube 6.x][] or [SonarQube 7.x][] branch for old supported version.
11+
Integrates [Dependency-Check][] reports into SonarQube Server 2025.x and up.
1412

1513
## About Dependency-Check
1614

@@ -67,7 +65,8 @@ Please use the newest version. Please keep in mind that this plugin only support
6765

6866
| Plugin Version | SonarQube version |
6967
|----------------|-----------------------------|
70-
| 5.0.0 and up | SonarQube 10.2 and up |
68+
| 6.0.0 and up | SonarQube 2025.x and up |
69+
| 5.0.0 | SonarQube 10.2 - 10.8 |
7170
| 4.0.0 - 4.0.1 | SonarQube 9.9 LTS - 10.2 |
7271
| 3.0.0 - 3.1.0 | SonarQube 8.9 LTS - 9.9 LTS |
7372
| 2.0.6 - 2.0.8 | SonarQube 7.9 LTS - 8.9 LTS |
@@ -154,7 +153,4 @@ Permission to modify and redistribute is granted under the terms of the [LGPLv3]
154153
[lgplv3]: http://www.gnu.org/licenses/lgpl.txt
155154
[github]: https://github.com/dependency-check/dependency-check-sonar-plugin/releases
156155
[dependency-check]: https://www.owasp.org/index.php/OWASP_Dependency_Check
157-
[sonarqube 6.x]: https://github.com/dependency-check/dependency-check-sonar-plugin/tree/SonarQube_6.x
158-
[sonarqube 7.x]: https://github.com/dependency-check/dependency-check-sonar-plugin/tree/SonarQube_7.x
159-
[sonar-custom-plugin-example]: https://github.com/SonarSource/sonar-custom-plugin-example
160-
[security-hotspot]: https://docs.sonarqube.org/latest/user-guide/security-hotspots/
156+
[security-hotspot]: https://docs.sonarsource.com/sonarqube-server/latest/user-guide/security-hotspots/

0 commit comments

Comments
 (0)