10000 Add a sbom_generator command-line tool. by licquia · Pull Request #170 · spdx/tools-python · GitHub
[go: up one dir, main page]

Skip to content

Add a sbom_generator command-line tool. #170

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

Closed
wants to merge 3 commits into from
Closed

Conversation

licquia
Copy link
Collaborator
@licquia licquia commented Jun 15, 2021

This tool generates a SPDX software bill of materials (SBOM)
from a Python project. It's intended to make it easy to generate
SBOMs from Python projects with a simple dev dependency and a single
command.

This tool generates a SPDX software bill of materials (SBOM)
from a Python project.  It's intended to make it easy to generate
SBOMs from Python projects with a simple dev dependency and a single
command.

Signed-off-by: Jeff Licquia <licquia@linuxfoundation.org>
Copy link
Member
@pombredanne pombredanne left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@licquia Thanks! that's great but IMHO:

  • this would be best in the examples directory or a separate repo especially since this is making outgoing networks calls on a whole current installation. That would need to be documented too.
  • This would benefit from some doc and tests
  • This introduces an undeclared dependency with importlib_metadata

@pombredanne
Copy link
Member

Gentle ping.

@licquia
Copy link
Collaborator Author
licquia commented Sep 20, 2021

Yes, sorry for not following up. Since development on this and on the original tool have both moved on, I'm going to submit a new PR for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0