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:
LaurentiuNiculae
2023-08-07 10:25:05 +03:00
committed by GitHub
parent cad564b9ee
commit fce9a02ed5
4 changed files with 293 additions and 3 deletions
+1 -1
View File
@@ -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