-
Notifications
You must be signed in to change notification settings - Fork 874
feat: add SBOM generation and attestation to GitHub workflow #17277
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add SBOM generation and attestation to GitHub workflow #17277
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we also add this to ci.yaml
so that we can have it for preview releases too.
c7e6be1
to
26ee58a
Compare
This will now also upload the json sbom files as part of the release. |
Change-Id: I2e15d7322ddec933bbc9bd7880abba9b0842719f Signed-off-by: Thomas Kosiewski <tk@coder.com>
26ee58a
to
e3ff60a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚢 it
Move SBOM generation and attestation to GitHub workflow
This PR moves the SBOM generation and attestation process from the
build_docker.sh
script to the GitHub workflow. The change:build_docker.sh
scriptThis approach ensures SBOM generation happens once for the final multi-architecture image rather than for each architecture separately.
Change-Id: I2e15d7322ddec933bbc9bd7880abba9b0842719f
Signed-off-by: Thomas Kosiewski tk@coder.com