You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a license of a component of the image is encoded as a SPDX license expression, in the generated CycloneDX SBOM for the image this expression is put into the licenses[0]["license"]["id"] tag (i.e. as an existing SPDX identifier) instead of putting it into the expression tag.
Hello.
Docker scout version is 1.16.1.
If a license of a component of the image is encoded as a SPDX license expression, in the generated CycloneDX SBOM for the image this expression is put into the
licenses[0]["license"]["id"]
tag (i.e. as an existing SPDX identifier) instead of putting it into theexpression
tag.For example, consider this sbom:
The image contains components licensed as
GPL-2.0 WITH Classpath-Exception-2.0
. In the generated json we will see:whereas in accordance to the CycloneDX doc (https://cyclonedx.org/use-cases/open-source-licensing/) it should be something like:
The text was updated successfully, but these errors were encountered: