pipenv check
Checks for PyUp Safety security vulnerabilities and against PEP 508 markers provided in Pipfile
Options
Name | Description |
---|---|
--unused <code path> | Given a code path, show potentially unused dependencies |
--db <Database> | Path to a local PyUp Safety vulnerabilities database. Default: ENV PIPENV_SAFETY_DB or None |
-i, --ignore <Vulnerability ID> | Ignore specified vulnerability during PyUp Safety checks |
--output | Translates to –json, –full-report or –bare from PyUp Safety check |
--key <API key> | Safety API key from PyUp.io for scanning dependencies against a live vulnerabilities database. Leave blank for scanning against a database that only updates once a month |
--quiet | Quiet standard output, except vulnerability report |
--python <py_version> | Specify which version of Python virtualenv should use |
--three | Use Python 3 when creating virtualenv |
--two | Use Python 2 when creating virtualenv |
--clear | Clears caches (pipenv, pip, and pip-tools) |
-v, --verbose | Verbose mode |
--pypi-mirror <mirror> | Specify a PyPI mirror |
--system | System pip management |