debricked / cli

Debricked's command line interface. It brings open source security, compliance and health to your project via the command prompt.
MIT License
20 stars 10 forks source link

Add --no-install command to resolve command #86

Closed emilwareus closed 12 months ago

emilwareus commented 1 year ago

Add the ability to resolve dependency trees and generate lock-files without installing dependencies. This is relevant because I already have all my dependencies installed in a private image that I'm using as a base to perform the Debricked scan in my CI, therefore I would just like to resolve my (pip) lock files and scan them, without installing stuff.

sweoggy commented 1 year ago

Shouldn't this be the default, or why would you want to install packages?