File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 250
250
251
251
### ` --full-report `
252
252
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 ).*
254
254
255
255
** Example**
256
256
``` bash
@@ -384,10 +384,10 @@ If you save the report in JSON format you can review in the report format again.
384
384
385
385
** Example**
386
386
``` bash
387
- safety check -f insecure.json
387
+ safety review -f insecure.json
388
388
```
389
389
``` bash
390
- safety check --file=insecure.json
390
+ safety review --file=insecure.json
391
391
```
392
392
___
393
393
446
446
447
447
# License
448
448
449
- Display packages licenses information (requires an api-key)
449
+ Display packages licenses information (requires a premium PyUp subscription).
450
450
451
451
## Options
452
452
You can’t perform that action at this time.
0 commit comments