mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
* remove |trim from all toYaml statements Signed-off-by: Brady Todhunter <bradyt@anchore.com> * update configmaps to support new feed drivers Signed-off-by: Brady Todhunter <bradyt@anchore.com> * update db configurations to allow sslmode: verify-full & specifying a custom root ca cert Signed-off-by: Brady Todhunter <bradyt@anchore.com> * allow customizable analyzer_config.yaml Signed-off-by: Brady Todhunter <bradyt@anchore.com> * add _secret to ui config file name to clarify the k8s resource type Signed-off-by: Brady Todhunter <bradyt@anchore.com> * add saml support, custom ssl ca certificate support, & cleanup minor implementation bugs Signed-off-by: Brady Todhunter <bradyt@anchore.com> * fix internal ssl configuration Signed-off-by: Brady Todhunter <bradyt@anchore.com> * update image versions Signed-off-by: Brady Todhunter <bradyt@anchore.com> * add https to readiness & liveness checks when anchoreGlobal.internalServicesSsl.enabed=true Signed-off-by: Brady Todhunter <bradyt@anchore.com> * always use -k with curl health check on auth-manager, localhost will never match cert hostname Signed-off-by: Brady Todhunter <bradyt@anchore.com> * remove SSL config from auth handler & make all engine endpoints use https when anchoreGlobal.internalServicesSsl.enabled=true Signed-off-by: Brady Todhunter <bradyt@anchore.com> * add ssl_verify config to feed section Signed-off-by: Brady Todhunter <bradyt@anchore.com> * update README Signed-off-by: Brady Todhunter <bradyt@anchore.com>
25 lines
521 B
YAML
25 lines
521 B
YAML
apiVersion: v1
|
|
name: anchore-engine
|
|
version: 1.3.0
|
|
appVersion: 0.5.0
|
|
description: Anchore container analysis and policy evaluation engine service
|
|
keywords:
|
|
- analysis
|
|
- docker
|
|
- anchore
|
|
- "anchore-engine"
|
|
- image
|
|
- security
|
|
- vulnerability
|
|
- scanner
|
|
home: https://anchore.com
|
|
sources:
|
|
- https://github.com/anchore/anchore-engine
|
|
maintainers:
|
|
- name: zhill
|
|
email: zach@anchore.com
|
|
- name: btodhunter
|
|
email: bradyt@anchore.com
|
|
engine: gotpl
|
|
icon: https://anchore.com/wp-content/uploads/2016/08/anchore.png
|