Skip to content

Commit 72592f9

Browse files
authored
Update README.md
1 parent 67004b8 commit 72592f9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ ___
250250

251251
### `--full-report`
252252

253-
*Full reports include a security advisory and CVSS scores (if available).*
253+
*Full reports includes a security advisory. It also shows CVSS values for CVEs (requires a premium PyUp subscription).*
254254

255255
**Example**
256256
```bash
@@ -384,10 +384,10 @@ If you save the report in JSON format you can review in the report format again.
384384

385385
**Example**
386386
```bash
387-
safety check -f insecure.json
387+
safety review -f insecure.json
388388
```
389389
```bash
390-
safety check --file=insecure.json
390+
safety review --file=insecure.json
391391
```
392392
___
393393

@@ -446,7 +446,7 @@ ___
446446

447447
# License
448448

449-
Display packages licenses information (requires an api-key)
449+
Display packages licenses information (requires a premium PyUp subscription).
450450

451451
## Options
452452

0 commit comments

Comments
 (0)