We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
PIP_AUDIT_IGNORE_VULN
1 parent ef48085 commit f1d0603Copy full SHA for f1d0603
pip_audit/_cli.py
@@ -378,7 +378,7 @@ def _parser() -> argparse.ArgumentParser: # pragma: no cover
378
metavar="ID",
379
action="append",
380
dest="ignore_vulns",
381
- default=[],
+ default=os.environ.get("PIP_AUDIT_IGNORE_VULN", "").split(),
382
help=(
383
"ignore a specific vulnerability by its vulnerability ID; "
384
"this option can be used multiple times"
0 commit comments