Replies: 2 comments 3 replies
-
Hi @benglewis ! Is |
Beta Was this translation helpful? Give feedback.
0 replies
-
It is very new, so it isn’t extremely popular yet, but it is the best solution for the problems that it solves. There aren’t really any better solutions out there. I also imagine that those that need lock files are mostly not publishing to public GitHub repos |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
The new package manager in Python and Rust land with the name
pixi
is really fast, convenient (it has the optional to create feature sections, platform-specific dependencies and different environments, which can share dependency feature blocks, as well as automatic lock file maintenance, and most importantly, for us, support both for PyPI packages as well as Conda packages fromconda-forge
and other repositories likenvidia
andpytorch
).Since it uses a different lock file than the existing packages, I believe that Trivy will not work as currently built. I may be wrong and I would be happy to discover that.
We are currently using SafetyCLI to scan the
pyproject.toml
for regular PyPI packages andjake
to scan our Conda packages usingmicromamba
to get the list of the package versions - yes it is a bit ugly.Target
Git Repository
Scanner
Vulnerability
Beta Was this translation helpful? Give feedback.
All reactions