0
Fork 0
mirror of https://github.com/project-zot/zot.git synced 2025-01-06 22:40:28 -05:00
zot/pkg/cli
Shivam Mishra d63f715fe5 search/cve: exclude unsupported images from fixed-tag list.
If image vulnerability scan does not support any media type, considering those images as an infected image and now this images will not be shown in fixed images list.

Fixes issue #130
2020-09-22 09:24:04 -07:00
..
BUILD.bazel search/cve: exclude unsupported images from fixed-tag list. 2020-09-22 09:24:04 -07:00
client.go cli: add commands for CVE 2020-08-21 12:42:01 -04:00
config_cmd.go cli: add option to ignore TLS verification 2020-07-17 17:48:42 -04:00
config_cmd_test.go cli: move client-only code out of the server flow 2020-07-14 13:35:56 -04:00
cve_cmd.go cli: add commands for CVE 2020-08-21 12:42:01 -04:00
cve_cmd_test.go search/cve: exclude unsupported images from fixed-tag list. 2020-09-22 09:24:04 -07:00
image_cmd.go cli: add commands for CVE 2020-08-21 12:42:01 -04:00
image_cmd_test.go cli: add commands for CVE 2020-08-21 12:42:01 -04:00
root.go cli: add commands for CVE 2020-08-21 12:42:01 -04:00
root_test.go cli: move client-only code out of the server flow 2020-07-14 13:35:56 -04:00
searcher.go cli: add commands for CVE 2020-08-21 12:42:01 -04:00
service.go Fixes issue #132, if image does not have any fixed tags, empty list with no error should be returned 2020-09-08 16:41:06 -07:00