Merge pull request #12646 from usha-mandya/hvs-367

Add scan report retention period
This commit is contained in:
Usha Mandya 2021-04-12 15:52:51 +01:00 committed by GitHub
commit a12129ff5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 3 deletions

View File

@ -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.
![Vulnerability scan report](images/vuln-scan-report.png){:width="700px"}