Poetry v2 requires these two arguments --all-groups --all-extras for a complete sbom.
https://github.com/CycloneDX/cdxgen/blob/206626709617e27f2544706bd1d5486e255051fd/lib/helpers/utils.js#L13174
We can detect poetry v2 mode by improving the below line and checking for requires = ["poetry-core>=2.0.0"]
https://github.com/CycloneDX/cdxgen/blob/206626709617e27f2544706bd1d5486e255051fd/lib/helpers/utils.js#L4777
These booleans need to be passed to the getPipFrozenTree function somehow.