debricked / cli

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

Use dry run for pip instead of actually installing packages for speed… #152

Closed sweoggy closed 7 months ago

sweoggy commented 7 months ago

… up and increased compatibility

Suggested implementation of #86

github-actions[bot] commented 7 months ago

CodeScene PR Check


View detailed results in CodeScene

Code Health Quality Gates ✅ OK
Recommended Review Level Lightweight sanity check
Declining Code Health 0 findings(s) 🚩
Improving Code Health 0 findings(s) ✅
Affected Hotspots 0 files(s) 🔥
sweoggy commented 7 months ago

@emilwareus dry-run command unfortunately does not list indirect dependencies, so I think this would be hard to use