From fb0721106939d380ef4fcf5c36355b16864754e0 Mon Sep 17 00:00:00 2001 From: Frank Viernau Date: Tue, 28 Jan 2025 09:54:00 +0100 Subject: [PATCH] docs(examples): Illustrate how to set the Black Duck origin-id Signed-off-by: Frank Viernau --- examples/curations.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/examples/curations.yml b/examples/curations.yml index 08c033c456e75..cfb1ee10e2365 100644 --- a/examples/curations.yml +++ b/examples/curations.yml @@ -81,3 +81,9 @@ comment: "Specify the platform for use within policy rules." labels: platform: "android" + +- id: "NPM:@types:mime-types:2.1.0" + curations: + comment: "Retrieve the vulnerabilities from Black Duck by the provided origin-id instead of by the purl." + labels: + black-duck:origin-id: "npmjs:@types/mime-types/2.1.0"