0
Fork 0
mirror of https://github.com/project-zot/zot.git synced 2025-01-20 22:52:51 -05:00
zot/pkg/extensions/search/cve
Andrei Aaron 7fee57e7cc
fix(CVE): attempt to scan now returns early with an error if trivyDB metadata json is missing (#1548)
Also modify zli to retry in case of such errors,
assuming the trivyDB will eventually be downloaded by the scheduled task.

Signed-off-by: Andrei Aaron <aaaron@luxoft.com>
2023-07-05 09:08:16 -07:00
..
model
trivy fix(CVE): attempt to scan now returns early with an error if trivyDB metadata json is missing (#1548) 2023-07-05 09:08:16 -07:00
cve.go fix(cve): Fix CVE scanning in images containing Jar files (#1475) 2023-06-01 00:37:46 +03:00
cve_test.go refactor: move helper functions under common, in usage specific named files (#1540) 2023-06-22 14:29:45 +03:00
pagination.go fix: removed duplicate structures from service.go and moved them to pkg/common (#1436) 2023-05-25 11:27:49 -07:00
pagination_test.go