mirror of
https://github.com/project-zot/zot.git
synced 2026-06-16 04:17:55 +08:00
fix(convert): now returned annotations for an index will fallback to annotations from a random manifest if the annotations field is not present on the index manifest (#1667)
Signed-off-by: Laurentiu Niculae <niculae.laurentiu1@gmail.com>
This commit is contained in:
+1
-1
@@ -154,7 +154,7 @@ func searchCve(searchConfig searchConfig) error {
|
||||
}
|
||||
|
||||
for _, searcher := range searchers {
|
||||
// there can be CVE DB readyness issues on the server side
|
||||
// there can be CVE DB readiness issues on the server side
|
||||
// we need a retry mechanism for that specific type of errors
|
||||
maxAttempts := 20
|
||||
|
||||
|
||||
Reference in New Issue
Block a user