pip-audit --cache-dir=...
is not respected when auditing a project directory
#299
Labels
pip-audit --cache-dir=...
is not respected when auditing a project directory
#299
Observed while attempting to run the pip-audit GitHub Action on a directory containing a
pyproject.toml
: we instantiate aResolveLibResolver
, but we forget to pass in the user-specified cache dir. As a result it tries to callpython -m pip cache dir
, which can fail on some hosts.The text was updated successfully, but these errors were encountered: