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 792e82cbdf Add an 'enable' flag in the server configuration to enable gql-based searches
"extensions": {
        "search": {
            "enable": true
        }
    }
2021-06-24 12:15:25 -07:00
..
cve.go Implement a way to search for an image by manifest, config or layer digest 2021-06-24 12:15:25 -07:00
cve_test.go Add an 'enable' flag in the server configuration to enable gql-based searches 2021-06-24 12:15:25 -07:00
models.go Implement a way to search for an image by manifest, config or layer digest 2021-06-24 12:15:25 -07:00