v4.1.0 - Add SBOM generation #101
JeroenKnoops
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Create SBOM - Software Bill of Material
You can create a SPDX file. This feature is using VMWare Tern.
Add
sbom: true
to the arguments and asbom-spdx.json
file is created.The filename is exported as output in
sbom-file
.See: https://github.com/philips-software/docker-ci-scripts#with-sbom
Attach SBOM to Image
When you are creating the SBOM file and you provided the sign arguments and cosign environment variables, the SBOM file will be attached to the image.
You can verify the provenance by doing the following thing:
What's Changed
Full Changelog: v4.0.0...v4.1.0
This discussion was created from the release v4.1.0 - Add SBOM generation.
Beta Was this translation helpful? Give feedback.
All reactions