mirror of https://github.com/docker/docs.git
Merge pull request #12646 from usha-mandya/hvs-367
Add scan report retention period
This commit is contained in:
commit
a12129ff5c
|
|
@ -50,13 +50,15 @@ To scan an image for vulnerabilities, push the image to Docker Hub:
|
|||
|
||||
## View the vulnerability report
|
||||
|
||||
> **Scan report retention period**
|
||||
>
|
||||
> Docker retains the vulnerability scan report for one year. If you'd like a new, up-to-date vulnerability scan report after this period, you can rescan the image by pushing the image to Docker Hub.
|
||||
|
||||
To view the vulnerability report:
|
||||
|
||||
1. Go to [Docker Hub](https://hub.docker.com){: target="_blank" rel="noopener" class="_"} and open the repository to view a summary of the vulnerability scanning report.
|
||||
|
||||
> **Note**
|
||||
>
|
||||
> It can take a couple of minutes for the vulnerability report to appear in your repository.
|
||||
It can take a couple of minutes for the vulnerability report to appear in your repository.
|
||||
|
||||
{:width="700px"}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue