- Notifications
You must be signed in to change notification settings - Fork1k
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 ourterms of service andprivacy 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
Uh oh!
There was an error while loading.Please reload this page.
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 toci.yaml
so that we can have it for preview releases too.
Uh oh!
There was an error while loading.Please reload this page.
c7e6be1
to26ee58a
CompareThis will now also upload the json sbom files as part of the release. |
Uh oh!
There was an error while loading.Please reload this page.
Change-Id: I2e15d7322ddec933bbc9bd7880abba9b0842719fSigned-off-by: Thomas Kosiewski <tk@coder.com>
26ee58a
toe3ff60a
CompareThere 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
f48a24c
intomainUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
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 Kosiewskitk@coder.com