Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 501 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 501 Bytes

Anchore Charts

A collection of anchore charts for tooling and integrations. The charts in this repository are available from the Anchore Charts Repository at:

https://charts.anchore.io

Installing Charts

$ helm repo add anchore https://charts.anchore.io
$ helm search repo anchore
$ helm install my-release anchore/<chart>

Contributing

All commits must be signed with the DCO as defined in CONTRIBUTING

In git this can be done using the '-s' flag on commit.