UNCLASSIFIED

You need to sign in or sign up before continuing.
README.md 500 Bytes
Newer Older
1
# Anchore Charts
Humberto Ojeda's avatar
Humberto Ojeda committed
2

3
A collection of anchore charts for tooling and integrations. The charts in this repository are available from the Anchore Charts Repository at:
Humberto Ojeda's avatar
Humberto Ojeda committed
4

5
http://charts.anchore.io
Humberto Ojeda's avatar
Humberto Ojeda committed
6

7
## Installing Charts
Humberto Ojeda's avatar
Humberto Ojeda committed
8
```
9 10 11
$ helm repo add anchore https://charts.anchore.io
$ helm search repo anchore
$ helm install my-release anchore/<chart>
Humberto Ojeda's avatar
Humberto Ojeda committed
12 13 14
```


15
## Contributing
Humberto Ojeda's avatar
Humberto Ojeda committed
16

17
All commits must be signed with the DCO as defined in [CONTRIBUTING](CONTRIBUTING.rst)
Humberto Ojeda's avatar
Humberto Ojeda committed
18

19
In git this can be done using the '-s' flag on commit.
Humberto Ojeda's avatar
Humberto Ojeda committed
20