From eaae78b33e9efcab8ff08b0f510920510cdcbe13 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 19 Sep 2017 23:22:52 -0400 Subject: [PATCH] checks for security vulnerabilities Signed-off-by: Kenneth Reitz --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 0c02c4a9..39ef4f53 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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