Skip to content

Fix package manager field of the report when not pip

Fabien Catteau requested to merge 338252-pkg-mngr-from-finder-project into master

What does this MR do?

Set the package manager field of the report to pipenv and setuptools when the detected package manager is Pipenv or Setuptools, respsectively. Previous to that change, the analyzer always put pip in the .dependency_file[].package_manager field of the Dependency Scanning report, even when dependencies are not managed using Pip.

This depends on gemnasium!235 (merged).

What are the relevant issue numbers?

gitlab-org/gitlab#338252 (closed)

Does this MR meet the acceptance criteria?

Edited by Fabien Catteau

Merge request reports