0
Fork 0
mirror of https://github.com/project-zot/zot.git synced 2024-12-16 21:56:37 -05:00
zot/pkg/extensions/search
Andrei Aaron d12836e69c
refactor(cve): improve CVE test time by mocking trivy (#1184)
- refactor(cve): remove the global of type cveinfo.CveInfo from the extensions package
  Replace it with an attribute on controller level
- refactor(controller): extract initialization logic from controller.Run()
- test(cve): mock cve scanner in cli tests

Signed-off-by: Andrei Aaron <aaaron@luxoft.com>
2023-02-09 21:04:52 -08:00
..
common refactor(cve): improve CVE test time by mocking trivy (#1184) 2023-02-09 21:04:52 -08:00
convert feat(repodb): implement pagination for ImageList and integrate it with RepoDB (#1129) 2023-01-23 09:45:11 -08:00
cve test: avoid running trivy tests if search build label is missing (#1172) 2023-02-04 23:21:45 -08:00
digest 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
gql_generated docs(graphql): rewrote search.md (#1130) 2023-02-02 12:46:35 -08:00
gqlgen.yml Update to graphql 1.17.13 2022-07-18 12:55:40 -07:00
resolver.go fix(referrers): fix some conformance issues (#1134) 2023-01-26 10:13:12 -08:00
resolver_test.go fix(referrers): fix some conformance issues (#1134) 2023-01-26 10:13:12 -08:00
schema.graphql docs(graphql): rewrote search.md (#1130) 2023-02-02 12:46:35 -08:00
schema.resolvers.go fix(referrers): fix some conformance issues (#1134) 2023-01-26 10:13:12 -08:00
search.md docs(graphql): rewrote search.md (#1130) 2023-02-02 12:46:35 -08:00