checks for security vulnerabilities

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2017-09-19 23:22:52 -04:00
parent bc07d49932
commit eaae78b33e
+1 -1
View File
@@ -104,7 +104,7 @@ Other Commands
- ``graph`` will show you a dependency graph, of your installed dependencies.
- ``shell`` will spawn a shell with the virtualenv activated.
- ``run`` will run a given command from the virtualenv, with any arguments forwarded (e.g. ``$ pipenv run python``).
- ``check`` asserts that PEP 508 requirements are being met by the current environment.
- ``check`` checks for security vulnerabilities and asserts that PEP 508 requirements are being met by the current environment.
Further Documentation Guides