8000 Add initial guide for maintaining Software Bill-of-Materials by sethmlarson · Pull Request #1251 · python/devguide · GitHub
[go: up one dir, main page]

Skip to content

Add initial guide for maintaining Software Bill-of-Materials #1251

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

Merged
merged 6 commits into from
Dec 19, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix inline code example
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
  • Loading branch information
sethmlarson and hugovk authored Dec 19, 2023
commit af05a5a9b575fb1aed0f1885efe4991ea524f7a8
2 changes: 1 addition & 1 deletion developer-workflow/sbom.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ The recommended workflow is:
update the embedded version within URLs and project identifiers.
Don't update any information in ``files`` and ``relationships`` as this will
be generated automatically by the SBOM tool.
4. Run ``make regen-sbom`` or `` python Tools/build/generate_sbom.py``.
4. Run ``make regen-sbom`` or ``python Tools/build/generate_sbom.py``.
Ensure that this doesn't fail with validation errors.
5. Run ``git diff Misc/sbom.spdx.json`` and check the diff matches the
expected changes.
Expand Down
0