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
The pack CLI supports a new command, download-sbom, that allows users to download the launch SBOM from a container image. We should include this in occam so that we can leverage it in our testing processes.
It seems like pack build --sbom-output-dir dumps the build, launch, and cache SBOMs into the specified output directory. This means there will be a way to access launch SBOM for a build once completing #126. Is supporting this separate command still worth doing?
For an example, try building this java sample app with the instructions from the README and add the --sbom-output-dir flag.
Summary
The
pack
CLI supports a new command,download-sbom
, that allows users to download the launch SBOM from a container image. We should include this inoccam
so that we can leverage it in our testing processes.PR: buildpacks/pack#1351
The text was updated successfully, but these errors were encountered: