Skip to content

Commit

Permalink
patch: generate SBOM & CVE check
Browse files Browse the repository at this point in the history
  • Loading branch information
aethernet authored Aug 22, 2024
1 parent 84be7f2 commit 468e266
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions meta-balena-common/conf/distro/include/balena-os.inc
Original file line number Diff line number Diff line change
Expand Up @@ -150,3 +150,8 @@ BALENA_NONENC_BOOT_MOUNT ?= "/mnt/${@'${BALENA_NONENC_BOOT_LABEL}'.replace('bale
# This is the docker API version for v20.10
# balena version --format '{{.Server.APIVersion}}'
BALENA_API_VERSION ?= "1.41"

# Generate SBOM and CVE listing https://docs.yoctoproject.org/dev/ref-manual/classes.html#ref-classes-create-spdx
INHERIT += "create-spdx"
INHERIT += "cve-check"
include cve-extra-exclusions.inc

0 comments on commit 468e266

Please sign in to comment.