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
When scanning a Python project using poetry for dependency management, the pyproject.toml file is not scanned therefore no packages are detected.
Expected behavior
pyproject.toml and poetry.lock files should be scanned when the scan is trigger from the CLI.
This is already the case when the scan is done manually from the Checkmarx UI.
Actual behavior
Poetry files are not scanned, which means no python dependency is detected.
Steps to reproduce
Pick a python project using poetry
run a scan using the CLI
run a manual scan from Checkmarx UI with a zip of the same project
compare the SCA results : there will be no package detected in the scan report from the CLI
The text was updated successfully, but these errors were encountered:
Describe the bug
When scanning a Python project using poetry for dependency management, the pyproject.toml file is not scanned therefore no packages are detected.
Expected behavior
pyproject.toml and poetry.lock files should be scanned when the scan is trigger from the CLI.
This is already the case when the scan is done manually from the Checkmarx UI.
Actual behavior
Poetry files are not scanned, which means no python dependency is detected.
Steps to reproduce
The text was updated successfully, but these errors were encountered: