-
-
Notifications
You must be signed in to change notification settings - Fork 67
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
[POETRY] option to omit dev-requirements #374
Comments
Sounds reasonable. Pull requests are welcome. |
Hi, I have a need which is similar but a bit different : that would be to have dev-requirements dependencies not omitted but flagged as such. May be by setting the field |
is there some property in CycloneDX that describes a component as a "dev-dependency"? I suppose not. @madpah So to publish this as a custom property, it would start with a taxonomy definition. ala |
Would it be something like that https://github.com/camillem/cyclonedx-property-taxonomy/blob/main/cdx/poetry.md ? |
re: #374 (comment)
yes. an own issue https://github.com/CycloneDX/cyclonedx-property-taxonomy would be good, to discuss the initial needs. and yes, an own issue regarding poetry driven properties would be good, too. - as the original request in this issue was about omitting data. |
@camillem , @rugleb , the proposal was if you'd like, you could start with a implementation. or a draft, or ProveOfConcept. :-D |
@jkowalleck : thanks! Currently trying to come up with a draft/ PoC :-) |
Hi!
I'm using this command:
poetry run cyclonedx-bom -p -i poetry.lock -o cyclonedx-bom.xml --force
which generates report with all requirements.I think we need flag which disable scan of dev-requirements.
The text was updated successfully, but these errors were encountered: