How to use this tools if there are more than one requirements.txt in the project #483
|
How to use this tools if there are more than one requirements.txt in the project cyclonedx-py --r -i "path1" can only specify one requirements.txt |
Answered by
jkowalleck
Jan 6, 2024
Replies: 2 comments
|
it totally depends on the purpose of your multiple One thing you could always do: create multiple SBOM results and merge them with https://github.com/CycloneDX/cyclonedx-cli |
0 replies
|
FYI: the upcoming v4 will have various ways to support multiple
|
0 replies
Answer selected by
jkowalleck
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
FYI: the upcoming v4 will have various ways to support multiple
requirements.txt.this includes examples like
cat req1.txt req2.txt | cyclonedx-py requirementscyclonedx-py requirements requirements-dev.txtwhere the requirements-file internally uses-r deep concats