Skip to content

Helm chart for Clair, a vulnerability static analysis tool for containers from quay.io

License

Notifications You must be signed in to change notification settings

guerzon/clair-helm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clair-helm

MIT Licensed Helm Release

Helm chart for 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:

helm repo add clair https://guerzon.github.io/clair-helm

List the chart:

helm search repo clair

Please refer to the detailed documentation to get started.

Testing

If not using an ingresss:

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.