phylum-dev / cli

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

Add support for older Gradle lockfiles #1460

Closed cd-work closed 3 months ago

cd-work commented 3 months ago

This patch accepts Gradle lockfiles inside the gradle/dependency-locks directory, which all share Gradle's .lockfile suffix but have various different file names.

Closes #1459.