From 724c06037261b03b9ec5145d6773a72e31fd6de4 Mon Sep 17 00:00:00 2001 From: Andreas Gnau Date: Wed, 29 Nov 2023 17:53:22 +0100 Subject: [PATCH] iop: config: Generate Cyclone DX SBOM by default Generate Cyclone DX Software bill of materials (SBOM) by default. This will enable easier license and CVE checking. https://cyclonedx.org/ Signed-off-by: Andreas Gnau --- iop/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/iop/config b/iop/config index 6a094572d..af618ce2f 100644 --- a/iop/config +++ b/iop/config @@ -11,6 +11,8 @@ CONFIG_DEVEL=y CONFIG_USE_STRIP=y # CONFIG_SIGNED_PACKAGES is not set +CONFIG_JSON_CYCLONEDX_SBOM=y + # Image # CONFIG_TARGET_CUSTOMER="IOPSYS" CONFIG_TARGET_ROOTFS_TARGZ=y