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.
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.