-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integration into pip
#71
Comments
Another thing: |
I haven't fully thought this through, but my original plan for That would allow us to vender both That said, this hasn't really been explored yet. While I've tried to keep
I think long-term we want to maintain a standalone regardless, with the goal of that standalone being vendored into We can wait to make a call on what features are included in this until we see how much of a lift it would be to include things like container scanning as part of |
Exploratory tasks: we should independently determine how difficult integration will be, and determine how best to detect when |
Here's a brain dump of some of the technical changes/tasks that'll be necessary as part of vendoring
There's probably other things I've missed. CC @tetsuo-cpp, since you might remember some other bits 🙂 |
I turned this issue into a roadmap here: #335 |
In the medium-to-long-term, it would be great to make
pip-audit
a subcommand ofpip
, i.e.pip audit
.This will involve coordination with
pip
as the upstream, and requires us to figure a few things out, including but not limited to:pip
, should we drop ourpip-api
dependency and usepip
s internal APIs directly?pip-audit
that has functionalitypip
might not want (e.g. container scanning)?The text was updated successfully, but these errors were encountered: