grype/cmd
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
..
cmd.go Upgrade config, UI, and command package patterns (#406) 2021-10-01 13:03:50 -04:00
completion.go Upgrade config, UI, and command package patterns (#406) 2021-10-01 13:03:50 -04:00
db.go add CLI commands / subcommands 2020-05-26 13:31:50 -04:00
db_check.go Support for private certificate authorities during DB curation (#494) 2021-11-22 16:59:38 +00:00
db_delete.go Support for private certificate authorities during DB curation (#494) 2021-11-22 16:59:38 +00:00
db_import.go Support for private certificate authorities during DB curation (#494) 2021-11-22 16:59:38 +00:00
db_status.go Support for private certificate authorities during DB curation (#494) 2021-11-22 16:59:38 +00:00
db_update.go Support for private certificate authorities during DB curation (#494) 2021-11-22 16:59:38 +00:00
event_loop.go force exiting the etui upon worker error (#472) 2021-10-22 13:45:07 -04:00
event_loop_test.go Add option to output vulnerability report to a file (#442) 2021-10-05 15:57:36 -04:00
report_writer.go update linter + fix whitespace (#443) 2021-10-06 09:49:42 -04:00
root.go Support for private certificate authorities during DB curation (#494) 2021-11-22 16:59:38 +00:00
root_test.go bump grype-db version to use main branch 2021-07-20 12:18:29 -04:00
signals.go Upgrade config, UI, and command package patterns (#406) 2021-10-01 13:03:50 -04:00
version.go Upgrade config, UI, and command package patterns (#406) 2021-10-01 13:03:50 -04:00