mirror of https://github.com/docker/docs.git
remove mentions of opting in (#5976)
we have removed opt-in to scanning
This commit is contained in:
parent
c888f691fa
commit
2a2245fa15
|
@ -14,8 +14,7 @@ the results of the scan for each image tag.
|
|||
|
||||
Docker Security Scanning is available as an add-on to Docker hosted private
|
||||
repositories on both Docker Cloud and Docker Hub. The feature is available as a
|
||||
free preview for private repository subscribers for a limited time. You can
|
||||
opt-in to begin using the service from the Plan page.
|
||||
free preview for private repository subscribers for a limited time.
|
||||
|
||||
During the free period, Docker Security Scanning scans the three most recently
|
||||
updated tags in each of your private repositories. You can push an update to an
|
||||
|
@ -24,24 +23,6 @@ the scan results when new information comes in from the CVE databases.
|
|||
|
||||
You can also view scan results for Official Images on Docker Hub if you are logged in.
|
||||
|
||||
## Opt in to Docker Security Scanning
|
||||
|
||||
To opt in:
|
||||
|
||||
1. Log in to Docker Cloud or Docker Hub.
|
||||
|
||||
2. Go to the **Plan** details for your account.
|
||||
|
||||
On Docker Cloud these are located in the **Cloud Settings** in the lower left. On Docker Hub, these are in the **Billing and Plans** tab of the **Settings** menu.
|
||||
|
||||
3. Check **Monitor with Docker Security Scanning** to add the service to your plan.
|
||||
|
||||

|
||||
|
||||
The scanning process begins immediately for the three most recent tags in each
|
||||
of your private repositories. The scan results should be available within 48
|
||||
hours at most.
|
||||
|
||||
## View Docker Security Scanning results
|
||||
|
||||
Once you opt-in to the Docker Security Scanning and the scan process completes, you can view the scan results for your private repos.
|
||||
|
|
Loading…
Reference in New Issue