phylum-dev / cli

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

Support legacy Gradle lockfiles #1459

Closed maxrake closed 1 week ago

maxrake commented 1 week ago

Overview

Gradle versions prior to v7 produce lockfiles differently than the newer v7 and v8 releases. These legacy versions produce multiple lockfiles and store them in a gradle/dependency-locks directory with *.lockfile names. Each file is named by the configuration it locks and has the lockfile extension. The CLI, parser, and lockfile generator should be updated to account for these legacy Gradle lockfiles.

Additional Info

Possible CLI changes required:

Resources

Questions

Acceptance Criteria