From 72592f9a87e70346aa33fc0ee6bf71382a1a08c5 Mon Sep 17 00:00:00 2001 From: Tristan Laurillard <36173626+harlekeyn@users.noreply.github.com> Date: Mon, 11 Jan 2021 12:29:46 -0800 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e0a768f6..6865d951 100644 --- a/README.md +++ b/README.md @@ -250,7 +250,7 @@ ___ ### `--full-report` -*Full reports include a security advisory and CVSS scores (if available).* +*Full reports includes a security advisory. It also shows CVSS values for CVEs (requires a premium PyUp subscription).* **Example** ```bash @@ -384,10 +384,10 @@ If you save the report in JSON format you can review in the report format again. **Example** ```bash -safety check -f insecure.json +safety review -f insecure.json ``` ```bash -safety check --file=insecure.json +safety review --file=insecure.json ``` ___ @@ -446,7 +446,7 @@ ___ # License -Display packages licenses information (requires an api-key) +Display packages licenses information (requires a premium PyUp subscription). ## Options