|
|
|
|
|
by billyjmc
328 days ago
|
|
What’s your use case for locking dependencies on a single script? One things that’s useful to my organization is that we can then proceed to scan the lockfile’s declared dependencies with, e.g., `trivy fs uv.lock` to make sure we’re not running code with known CVEs. |
|