grype/test/cli
Dan Luhring 70ec3bfb71
Support for private certificate authorities during DB curation (#494)
* Add injectable HTTP client to file getter

Signed-off-by: Dan Luhring <dan.luhring@anchore.com>

* WIP: Map config for custom CA certs

Signed-off-by: Dan Luhring <dan.luhring@anchore.com>

* update curator and add tests

Signed-off-by: Alex Goodman <alex.goodman@anchore.com>

* add TLS helper scripts

Signed-off-by: Alex Goodman <alex.goodman@anchore.com>

* remove grype-db local mod edit

Signed-off-by: Alex Goodman <alex.goodman@anchore.com>

* tidy go modules

Signed-off-by: Alex Goodman <alex.goodman@anchore.com>

* use ssl.context over deprecated fn

Signed-off-by: Alex Goodman <alex.goodman@anchore.com>

* disallow tls 1 and 1.1

Signed-off-by: Alex Goodman <alex.goodman@anchore.com>

* suppress non-archive sources for fetch-to-dir capability

Signed-off-by: Alex Goodman <alex.goodman@anchore.com>

* ensure DB load failure does not panic

Signed-off-by: Alex Goodman <alex.goodman@anchore.com>

* address review comments

Signed-off-by: Alex Goodman <alex.goodman@anchore.com>

Co-authored-by: Alex Goodman <alex.goodman@anchore.com>
2021-11-22 16:59:38 +00:00
..
test-fixtures Fix hang when running as a subprocess (#484) 2021-10-29 14:51:58 +00:00
cmd_test.go Silence usage and errors on root command (#462) 2021-10-20 09:50:59 -04:00
db_validations_test.go Support for private certificate authorities during DB curation (#494) 2021-11-22 16:59:38 +00:00
json_descriptor_test.go Silence usage and errors on root command (#462) 2021-10-20 09:50:59 -04:00
registry_auth_test.go Silence usage and errors on root command (#462) 2021-10-20 09:50:59 -04:00
sbom_input_test.go Retrieve target from directory sbom types in addition to image types (#440) 2021-10-06 13:59:36 +00:00
subprocess_test.go Fix hang when running as a subprocess (#484) 2021-10-29 14:51:58 +00:00
trait_assertions_test.go Fix hang when running as a subprocess (#484) 2021-10-29 14:51:58 +00:00
utils_test.go Fix hang when running as a subprocess (#484) 2021-10-29 14:51:58 +00:00