-
-
Notifications
You must be signed in to change notification settings - Fork 801
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
Add initial guide for maintaining Software Bill-of-Materials #1251
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.
Thanks for adding this!
Thanks for the review @hugovk, I believe I've incorporated all of your suggestions :) |
Thanks for the review @hugovk, I've done the following:
|
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.
Thanks, looks good! Just some little nits!
(You can click "Add suggestion to batch" and then commit them all at the same time.)
Co-authored-by: Hugo van Kemenade <[email protected]>
@hugovk Done! Thanks for teaching me about that GitHub feature btw, I hadn't used it before since it always seemed to be greyed out :) |
Co-authored-by: Hugo van Kemenade <[email protected]>
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.
Thank you!
We can link to this page on the CI when make regen-sbom
fails.
Co-authored-by: Ezio Melotti <[email protected]>
I'm happy to merge this whenever, I'll take it as an action to link to the new page once available in the |
Let's merge now, we can make adjustments whenever we need to. Thanks again! |
Part of python/cpython#112302
Closes #1241
This adds an initial guide for maintaining CPython's SBOM document for core developers and adds a future location for the docs for later additions to CPython's SBOM tooling (e.g. when I implement external/optional dependencies from cpython-source-deps).
📚 Documentation preview 📚: https://cpython-devguide--1251.org.readthedocs.build/