mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-22 18:25:56 +01:00
Merge pull request #11927 from heww/fix-broken-img
docs(scan): fix broken image link for limited successful status
This commit is contained in:
commit
b5048d1f29
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user