mirror of https://github.com/docker/docs.git
Add scan report retention period
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
This commit is contained in:
parent
808f73d3c9
commit
83546801fa
|
@ -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