Skip to content

Commit

Permalink
CHANGELOG: add fix concerning pip cache dir command failure
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreyVdb committed Dec 2, 2021
1 parent 9a2d661 commit 6698f25
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ All versions prior to 0.0.9 are untracked.
`--strict` mode) is produced
([#162](https://github.com/trailofbits/pip-audit/pull/162))

* CLI: When providing the `--cache-dir` flag, the command to read the pip cache
directory is no longer executed. Previously this was always executed and
could result into failure when the command fails. In CI environments, the
default `~/.cache` directory is typically not writable by the build user and
this meant that the `python -m pip cache dir` would fail before this fix,
even if the `--cache-dir` flag was provided.
([#161](https://github.com/trailofbits/pip-audit/pull/161))

### Removed

## [1.0.0] - 2021-12-1
Expand Down

0 comments on commit 6698f25

Please sign in to comment.