https://github.com/guerzon/clair-helm
Helm chart for Clair, a vulnerability static analysis tool for containers from quay.io
https://github.com/guerzon/clair-helm
clair containers go helm helm-charts kubernetes oci vulnerabilities
Last synced: about 2 months ago
JSON representation
Helm chart for Clair, a vulnerability static analysis tool for containers from quay.io
- Host: GitHub
- URL: https://github.com/guerzon/clair-helm
- Owner: guerzon
- License: mit
- Created: 2023-11-03T13:25:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-03T12:35:00.000Z (9 months ago)
- Last Synced: 2025-03-19T11:13:54.194Z (2 months ago)
- Topics: clair, containers, go, helm, helm-charts, kubernetes, oci, vulnerabilities
- Language: Smarty
- Homepage: https://guerzon.github.io/clair-helm/
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# clair-helm
[](https://github.com/guerzon/clair-helm/blob/main/LICENSE)
[](https://github.com/guerzon/clair-helm/releases)Helm chart for [Clair](https://github.com/quay/clair).
## Warning
If you happen to stumble upon this repo, please be aware that this is a work in progress. Therefore, please assume version < 1.0.0 to be unstable. Or as long as you see this warning message.
Also, it's a passion project, so please bear with me.
## Features / TODO
1. Supports running on a single instance with the DB split per mode.
2. Supports running multiple instances.## Usage
Add the repository:
```bash
helm repo add clair https://guerzon.github.io/clair-helm
```List the chart:
```bash
helm search repo clair
```Please refer to the [detailed documentation](./charts/clair/README.md) to get started.
## Testing
If not using an ingresss:
```bash
kubectl -n clair port-forward service/clair 6060:6060## Test the vaultwarden/server image:
clairctl report --host http://localhost:6060 vaultwarden/server
```## References
-
-
-
-
-## License
See [LICENSE](./LICENSE).