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:
parent
fc41a76853
commit
d95abbbbe4
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue