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 |
Beta Was this translation helpful? Give feedback.
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 |
Beta Was this translation helpful? Give feedback.
-
FYI: the upcoming v4 will have various ways to support multiple
|
Beta Was this translation helpful? Give feedback.
FYI: the upcoming v4 will have various ways to support multiple
requirements.txt
.this includes examples like
cat req1.txt req2.txt | cyclonedx-py requirements
cyclonedx-py requirements requirements-dev.txt
where the requirements-file internally uses-r deep concats