-
Notifications
You must be signed in to change notification settings - Fork 72
Update dependencycheck.properties #815
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,11 +1,18 @@ | ||
| category=Integration | ||
| description=Integrates Dependency-Check reports into SonarQube | ||
| homepageUrl=https://github.com/dependency-check/dependency-check-sonar-plugin | ||
| archivedVersions=3.0.1,3.1.0,4.0.0 | ||
| publicVersions=4.0.1,5.0.0 | ||
| archivedVersions=3.0.1,3.1.0,4.0.0,4.0.1 | ||
| publicVersions=5.0.0,6.0.0 | ||
| defaults.mavenGroupId=org.sonarsource.owasp | ||
| defaults.mavenArtifactId=sonar-dependency-check-plugin | ||
|
|
||
| 6.0.0.description=Compatibilty with SonarQube >= 2025.1/25.1. Removed HTML report. | ||
| 6.0.0.sqs=[2025.1,LATEST] | ||
| 6.0.0.sqcb=[25.1,LATEST] | ||
| 6.0.0.date=2025-08-22 | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This date needs to be ~ when the plugin enters the marketplace. Not when an underlying piece was released. |
||
| 6.0.0.changelogUrl=https://github.com/dependency-check/dependency-check-sonar-plugin/releases/tag/6.0.0 | ||
| 6.0.0.downloadUrl=https://github.com/dependency-check/dependency-check-sonar-plugin/releases/download/6.0.0/sonar-dependency-check-plugin-6.0.0.jar | ||
|
|
||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @Reamer is right. Only one version can target |
||
| 5.0.0.description=Update SonarQube-API and SonarSource Parent | ||
| 5.0.0.sqs=[10.8,LATEST] | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Hi @muellerst-hg , |
||
| 5.0.0.sqcb=[24.12,LATEST] | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typically this range would start at
24.12unless you mean to explicitly exclude it.