mirror of https://github.com/docker/docs.git
Update set-up-vulnerability-scans.md (#3160)
This commit is contained in:
parent
9421e6e757
commit
e75306d864
|
@ -25,7 +25,7 @@ If you will be allowing the Security Scanning database to update itself
|
|||
automatically, make sure that the server hosting your DTR instance can access
|
||||
`https://dss-cve-updates.docker.com/` on the standard https port 443.
|
||||
|
||||
## Get the security scanning license.
|
||||
## Get the security scanning license
|
||||
|
||||
If your DTR instance already has a license that includes Security Scanning, skip
|
||||
this step and proceed to [enable DTR Security Scanning](#enable-dtr-security-scanning).
|
||||
|
@ -111,7 +111,7 @@ them against a known CVE database. When new vulnerabilities are reported, Docker
|
|||
Security Scanning matches the components in new CVE reports to the indexed
|
||||
components in your images, and quickly generates an updated report.
|
||||
|
||||
Users with administrator access to DTR can check when the CVE database was last updated from the **Security** tab in the DTR **Settings** pages.
|
||||
Users with administrator access to DTR can check when the CVE database was last updated from the **Security** tab in the DTR **Settings** page.
|
||||
|
||||
### Update CVE database - online mode
|
||||
|
||||
|
|
Loading…
Reference in New Issue