An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# clair-helm

[![MIT Licensed](https://img.shields.io/github/license/guerzon/clair-helm)](https://github.com/guerzon/clair-helm/blob/main/LICENSE)
[![Helm Release](https://img.shields.io/github/v/release/guerzon/clair-helm)](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).