0
Fork 0
mirror of https://github.com/project-zot/zot.git synced 2024-12-30 22:34:13 -05:00
zot/pkg/cli/client
Andrei Aaron 18aa975ae2
feat(CVE): add CVE severity counters to returned images and CVE list calls (#2131)
For CLI output is similar to:

CRITICAL 0, HIGH 1, MEDIUM 1, LOW 0, UNKNOWN 0, TOTAL 2

ID                SEVERITY  TITLE
CVE-2023-0464     HIGH      openssl: Denial of service by excessive resou...
CVE-2023-0465     MEDIUM    openssl: Invalid certificate policies in leaf...

Signed-off-by: Andrei Aaron <aaaron@luxoft.com>
2023-12-13 09:16:31 -08:00
..
cli.go feat(cli): add command to interogate the server version and other details (#1709) 2023-11-22 19:25:21 +02:00
client.go feat(scheduler): gracefully shutdown (#1951) 2023-11-24 00:40:10 -08:00
client_test.go fix: tests refactoring (#1950) 2023-10-26 11:20:39 +03:00
config_cmd.go refactor(log): replace panics with log fatal or log panic functions (#1723) 2023-11-24 00:38:36 -08:00
config_cmd_test.go refactor(test): add lint rule for messages starting with the component (#2045) 2023-12-08 10:05:02 +02:00
cve_cmd_internal_test.go feat(CVE): add CVE severity counters to returned images and CVE list calls (#2131) 2023-12-13 09:16:31 -08:00
cve_cmd_test.go feat(CVE): add CVE severity counters to returned images and CVE list calls (#2131) 2023-12-13 09:16:31 -08:00
cves_cmd.go refactor(cli): Move cmdflags package under pkg/cli/client (#1840) 2023-09-22 16:33:18 +03:00
cves_sub_cmd.go refactor(cli): Move cmdflags package under pkg/cli/client (#1840) 2023-09-22 16:33:18 +03:00
discover.go refactor(test): make sure cli tests are not internal unless they need to be (#1878) 2023-10-03 11:15:39 -07:00
elevated_test.go refactor(test): make sure cli tests are not internal unless they need to be (#1878) 2023-10-03 11:15:39 -07:00
flags.go refactor(cli): Move cmdflags package under pkg/cli/client (#1840) 2023-09-22 16:33:18 +03:00
flags_test.go refactor(cli): Move cmdflags package under pkg/cli/client (#1840) 2023-09-22 16:33:18 +03:00
gql_queries.go refactor: Reduce zli binary size (#1805) 2023-09-15 15:17:01 -07:00
gql_queries_test.go refactor(test): make sure cli tests are not internal unless they need to be (#1878) 2023-10-03 11:15:39 -07:00
image_cmd.go refactor(cli): Move cmdflags package under pkg/cli/client (#1840) 2023-09-22 16:33:18 +03:00
image_cmd_internal_test.go feat(CVE): add CVE severity counters to returned images and CVE list calls (#2131) 2023-12-13 09:16:31 -08:00
image_cmd_test.go feat(CVE): add CVE severity counters to returned images and CVE list calls (#2131) 2023-12-13 09:16:31 -08:00
image_sub_cmd.go refactor(cli): Move cmdflags package under pkg/cli/client (#1840) 2023-09-22 16:33:18 +03:00
repo_cmd.go refactor(cli): Move cmdflags package under pkg/cli/client (#1840) 2023-09-22 16:33:18 +03:00
repo_sub_cmd.go refactor(cli): Move cmdflags package under pkg/cli/client (#1840) 2023-09-22 16:33:18 +03:00
repo_test.go refactor(test): add lint rule for messages starting with the component (#2045) 2023-12-08 10:05:02 +02:00
root.go refactor(cli): Move cmdflags package under pkg/cli/client (#1840) 2023-09-22 16:33:18 +03:00
root_test.go refactor: Reduce zli binary size (#1805) 2023-09-15 15:17:01 -07:00
search_cmd.go refactor(cli): Move cmdflags package under pkg/cli/client (#1840) 2023-09-22 16:33:18 +03:00
search_cmd_internal_test.go refactor(test): make sure cli tests are not internal unless they need to be (#1878) 2023-10-03 11:15:39 -07:00
search_cmd_test.go refactor(test): make sure cli tests are not internal unless they need to be (#1878) 2023-10-03 11:15:39 -07:00
search_functions.go feat(CVE): add CVE severity counters to returned images and CVE list calls (#2131) 2023-12-13 09:16:31 -08:00
search_functions_internal_test.go feat(CVE): add CVE severity counters to returned images and CVE list calls (#2131) 2023-12-13 09:16:31 -08:00
search_sub_cmd.go refactor(cli): Move cmdflags package under pkg/cli/client (#1840) 2023-09-22 16:33:18 +03:00
server_info_cmd.go feat(cli): add command to interogate the server version and other details (#1709) 2023-11-22 19:25:21 +02:00
server_info_cmd_test.go feat(cli): add command to interogate the server version and other details (#1709) 2023-11-22 19:25:21 +02:00
service.go feat(CVE): add CVE severity counters to returned images and CVE list calls (#2131) 2023-12-13 09:16:31 -08:00
utils.go fix: running tests locally fails (#1879) 2023-10-05 14:34:50 +03:00
utils_internal_test.go refactor(test): make sure cli tests are not internal unless they need to be (#1878) 2023-10-03 11:15:39 -07:00