From ed86091d62f5eb96abcc1f237f363f407829ce40 Mon Sep 17 00:00:00 2001 From: Thomas Perale Date: Fri, 29 May 2026 17:06:28 +0200 Subject: [PATCH] support/scripts/cve-check: add indication how to run Always run this script from the output of 'generate-cyclonedx'. Do not re-run this script over an already analysed SBOM. Signed-off-by: Thomas Perale Signed-off-by: Thomas Petazzoni (cherry picked from commit 646356162b321df8bf20f622c98e0b8495ed86fe) Signed-off-by: Thomas Perale --- support/scripts/cve-check | 3 +++ 1 file changed, 3 insertions(+) diff --git a/support/scripts/cve-check b/support/scripts/cve-check index 5047523ade..0d0ad833a2 100755 --- a/support/scripts/cve-check +++ b/support/scripts/cve-check @@ -29,6 +29,9 @@ database. The NVD database is cloned using a mirror of it and the content is compared locally. + +Always run this script from the output of 'generate-cyclonedx'. Do not re-run +this script over an already analysed SBOM. """