Skip to content

Implement parser for pipfile.lock

Can Eldem requested to merge add-pipfilelock into master

What does this MR do?

Introduce dependency file parser for Pipfile.lock.

The parser is NOT enabled/imported in main.go because this is currently blocked by gitlab-org/gitlab#33341 (closed).

Also, this parser is redundant with Pipfile parser, enabled in gemnasium-python (see pipenv.go).

What are the relevant issue numbers?

gitlab-org/gitlab#33227 (closed)

Does this MR meet the acceptance criteria?

Edited by Fabien Catteau

Merge request reports