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

Fix generation error for invalid lockifests #1303

Closed cd-work closed 9 months ago

cd-work commented 9 months ago

This changes the error output for lockifests which cannot be parsed as lockfiles when manifest generation is disabled with --no-generation. Instead of printing the parsing error of the lockfile, we now print an error that manifest generation is required.

Closes #1295.