mirror of https://github.com/docker/docs.git
Merge pull request #20305 from dvdksn/fix-scout-score-calc
scout: fix error in score calculations example
This commit is contained in:
commit
0969364f54
|
|
@ -131,7 +131,7 @@ For an image with a total possible score of 90 points:
|
||||||
|
|
||||||
- If the image only deviates from one policy (for example, the Copyleft
|
- If the image only deviates from one policy (for example, the Copyleft
|
||||||
Licenses policy), it might score 85 out of 90, resulting in a score of A.
|
Licenses policy), it might score 85 out of 90, resulting in a score of A.
|
||||||
- If the image has fixable CVEs and other issues, it might score 75 out of 90,
|
- If the image has fixable CVEs and other issues, it might score 65 out of 90,
|
||||||
resulting in a score of B.
|
resulting in a score of B.
|
||||||
|
|
||||||
## Improving your health score
|
## Improving your health score
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue