phylum-dev / cli

Command line interface for the Phylum API
https://phylum.io
GNU General Public License v3.0
102 stars 10 forks source link

Move generic depfile parsing to phylum_lockfile #1320

Closed cd-work closed 8 months ago

cd-work commented 9 months ago

This patch moves a large chunk of the dependency file parsing from the CLI into phylum_lockfile to allow others to make use of it.

The interface of the functions has been reworked based on the assumption that filesystem access might not be present, allowing pure in-memory for API usage.