We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 v2 requires these two arguments --all-groups --all-extras for a complete sbom.
--all-groups --all-extras
cdxgen/lib/helpers/utils.js
Line 13174 in 2066267
We can detect poetry v2 mode by improving the below line and checking for requires = ["poetry-core>=2.0.0"]
requires = ["poetry-core>=2.0.0"]
Line 4777 in 2066267
These booleans need to be passed to the getPipFrozenTree function somehow.
getPipFrozenTree
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Poetry v2 requires these two arguments
--all-groups --all-extras
for a complete sbom.cdxgen/lib/helpers/utils.js
Line 13174 in 2066267
We can detect poetry v2 mode by improving the below line and checking for
requires = ["poetry-core>=2.0.0"]
cdxgen/lib/helpers/utils.js
Line 4777 in 2066267
These booleans need to be passed to the
getPipFrozenTree
function somehow.The text was updated successfully, but these errors were encountered: