10000 Create utility for generating SBOM from artifacts by sethmlarson · Pull Request #82 · python/release-tools · GitHub
[go: up one dir, main page]

Skip to content

Create utility for generating SBOM from artifacts #82

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 5 commits into from
Feb 6, 2024
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
Add example of how to run script
  • Loading branch information
sethmlarson committed Jan 18, 2024
commit a1d4092324a7c023cdc01bd555aef2d0f9f8060f
4 changes: 4 additions & 0 deletions sbom.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

$ python sbom.py <artifact>

For example:

$ python sbom.py ./Python-3.13.0a3.tar.xz

"""

import datetime
Expand Down
0