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
Use docker/build-push-action to generate and attest SBOM.
Details
Right now we are using anchore/sbom-action to generate SBOMs for our images. This means we are generating SBOMs post our build process.
It is better to generate SBOMs during build process as it makes it easy for us to detect software we use to build our image, that may not show up in the final image.
Thus we should use docker/build-push-action to generate and attest the SBOM as the building of the image is done via this action only.
Goal
Use
docker/build-push-action
to generate and attest SBOM.Details
Right now we are using
anchore/sbom-action
to generate SBOMs for our images. This means we are generating SBOMs post our build process.It is better to generate SBOMs during build process as it makes it easy for us to detect software we use to build our image, that may not show up in the final image.
Thus we should use
docker/build-push-action
to generate and attest the SBOM as the building of the image is done via this action only.References
https://docs.docker.com/build/ci/github-actions/attestations/
DoD
docker/build-push-action
during the release pipelineanchore/sbom-action
is removed.The text was updated successfully, but these errors were encountered: