ccss.bbclass: enable SBOM generation for all images by default

Let customers decide if they only want to generate SBOMs for a subset of their
images, or none at all

Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
(cherry picked from commit b010285f785706635b6a765a529d6d4d0e087ddc)
This commit is contained in:
Gabriel Valcazar 2025-10-09 17:35:07 +02:00
parent fc41a76853
commit d95abbbbe4
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ inherit vigiles
CCSS_API_VERSION = "0.1"
CCSS_IMAGE_TYPE ?= "dev"
CCSS_ENABLE ?= "0"
CCSS_ENABLE ?= "1"
python do_ccss_generate_sbom() {
import json