0
Fork 0
mirror of https://github.com/project-zot/zot.git synced 2025-02-17 23:45:36 -05:00
zot/pkg/cli
Tanmay Naik c590b86d14 cli: add commands for CVE
Uses GraphQL API of zot to fetch CVE info

- Get all images affected by a CVE (input: CVEID)
- Get all CVEs of a layer (input: image:tag)
- Get all layers of an image which have resolved a CVE (input: image,
CVEID)
- Get all layers of an image affected by a CVE (input: image, CVEID)
2020-08-21 12:42:01 -04:00
..
BUILD.bazel cli: add commands for CVE 2020-08-21 12:42:01 -04: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 cli: add commands for CVE 2020-08-21 12:42:01 -04: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 cli: add commands for CVE 2020-08-21 12:42:01 -04:00