0
Fork 0
mirror of https://github.com/project-zot/zot.git synced 2024-12-23 22:27:35 -05:00
zot/pkg/extensions/search/cve
Andrei Aaron 3676c5889e
test: avoid running trivy tests if search build label is missing (#1172)
The 'test' makefile target runs the tests for both 'minimal' and equivalent of the former 'extended' build.
The trivy package tests were run twice, even if the trivy logic is unreachable if search is disabled.
With this update we should see a cut of about 150s of test time.

Signed-off-by: Andrei Aaron <aaaron@luxoft.com>
2023-02-04 23:21:45 -08:00
..
model Include image vulnerability information in ImageSummary (#798) 2022-09-28 11:39:54 -07:00
trivy test: avoid running trivy tests if search build label is missing (#1172) 2023-02-04 23:21:45 -08:00
cve.go feat(cve): graphql: paginate returned CVEs for a given image (#1136) 2023-01-24 15:03:10 -08:00
cve_test.go fix(test): update the zot tests not to use test/data as rootDir (use a temporary folder instead) (#1162) 2023-02-02 11:39:03 -08:00
pagination.go feat(cve): graphql: paginate returned CVEs for a given image (#1136) 2023-01-24 15:03:10 -08:00
pagination_test.go test: avoid running trivy tests if search build label is missing (#1172) 2023-02-04 23:21:45 -08:00