-
-
Notifications
You must be signed in to change notification settings - Fork 211
Open
Labels
Description
Poetry v2 requires these two arguments --all-groups --all-extras
for a complete sbom.
Line 13174 in 2066267
let poetryInstallArgs = ["-m", "poetry", "install", "-n", "--no-root"]; |
We can detect poetry v2 mode by improving the below line and checking for requires = ["poetry-core>=2.0.0"]
Line 4777 in 2066267
poetryMode = true; |
These booleans need to be passed to the getPipFrozenTree
function somehow.