From 38fe966991ea2b18ff4704c37830abc77a2cda0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicklas=20K=C3=B6rtge?= Date: Tue, 27 Jan 2026 10:17:27 +0100 Subject: [PATCH] Fix wrong CycloneDX version for sonar crypto plugin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Nicklas Körtge --- tools/sonar_cryptography_plugin.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/sonar_cryptography_plugin.json b/tools/sonar_cryptography_plugin.json index 3a8d00f..30277e0 100644 --- a/tools/sonar_cryptography_plugin.json +++ b/tools/sonar_cryptography_plugin.json @@ -39,11 +39,11 @@ "PACKAGE_URL" ], "cycloneDxVersion": [ - "CYCLONEDX_V1.5" + "CYCLONEDX_V1.6" ], "supportedLanguages": [ "JAVA", "PYTHON" ] } -} \ No newline at end of file +}