pypa / gh-action-pip-audit

A GitHub Action for pip-audit
https://github.com/marketplace/actions/gh-action-pip-audit
Apache License 2.0
68 stars 12 forks source link

action.py: set PIP_NO_CACHE_DIR during pip-audit #7

Closed woodruffw closed 2 years ago

woodruffw commented 2 years ago

There's a bug in pip-audit that causes us to not respect --cache-dir when auditing a pyproject.toml-based project. I need to fix that, but this patches around it for the time being.

Signed-off-by: William Woodruff william@trailofbits.com