From 18c67c7226b89bb3aa98c1a771beab68fc2a7558 Mon Sep 17 00:00:00 2001 From: He Weiwei Date: Thu, 14 May 2020 01:37:17 +0000 Subject: [PATCH] docs(scan): fix broken image link for limited successful status Signed-off-by: He Weiwei --- .../vulnerability-scanning/scan-individual-artifact.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/administration/vulnerability-scanning/scan-individual-artifact.md b/docs/administration/vulnerability-scanning/scan-individual-artifact.md index b5566c7df..0947c9f81 100644 --- a/docs/administration/vulnerability-scanning/scan-individual-artifact.md +++ b/docs/administration/vulnerability-scanning/scan-individual-artifact.md @@ -64,7 +64,7 @@ weight: 30 When scanning an OCI image index, Harbor will send scan requests for each of the referenced artifact which is supported by the scanner to the scanner. If the image scanning status of any referenced image is **Scanning**, the status for the OCI image index as a whole will also be **Scanning**. The scan for the index is considered successful only if all referenced images are successfully scanned. It is considered limited successful when not all referenced images are successfully scanned but at least one of referenced image is successfully scanned, otherwise it is considered failed. -![Limited successful](../../img/limited-successful-status.png) +![Limited successful](../../../img/limited-successful-status.png) When an OCI image index is successfully scanned, the summary of the vulnerability report for the OCI image index is aggregated from the individual scan results of the the artifacts referenced by the index. The vulnerability report will show both sets of statistics.