You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The SBOM created based on my (poetry.lock) is listing me my main and dev dependencies.
Is there any way to restrict cyclonedx-python to only process the main dependencies?
The text was updated successfully, but these errors were encountered:
yes, for version 4.x we have implemented parameters for this.
Have a look at ad23ed2
The idea is to specify -omit dev to omit all development dependencies.
Hi all
The SBOM created based on my (poetry.lock) is listing me my main and dev dependencies.
Is there any way to restrict cyclonedx-python to only process the main dependencies?
The text was updated successfully, but these errors were encountered: