Skip to content
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

Black Duck plugin chores #9747

Merged
merged 2 commits into from
Jan 15, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
chore(BlackDuck): The display name should spell "Back Duck" with space
Also see 1d9f415.

Signed-off-by: Sebastian Schuberth <[email protected]>
sschuberth committed Jan 14, 2025

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
commit 0f74b34a242bddb50d73d82e0c004f58df6a0e02
2 changes: 1 addition & 1 deletion plugins/advisors/black-duck/src/main/kotlin/BlackDuck.kt
Original file line number Diff line number Diff line change
@@ -49,7 +49,7 @@ import org.ossreviewtoolkit.utils.common.collectMessages
import org.ossreviewtoolkit.utils.common.enumSetOf

@OrtPlugin(
displayName = "BlackDuck",
displayName = "Black Duck",
description = "An advisor that retrieves vulnerability information from a Black Duck instance.",
factory = AdviceProviderFactory::class
)