-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathChart.yaml
More file actions
18 lines (18 loc) · 717 Bytes
/
Chart.yaml
File metadata and controls
18 lines (18 loc) · 717 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
apiVersion: v2
name: trivy-operator
description: "This chart deploys an operator that default every 5 minutes execute a scan script. It will get image list from all namespaces with the label `trivy-scan=true`, and then scan this images with trivy, finally we will get metrics on `http://[pod-ip]:9115/metrics`"
type: application
version: 2.5.0
appVersion: "0.23.0"
kubeVersion: ">=1.19.x-0"
keywords:
- Trivy
- Admission Controller
- Operator
- Image Secutity
home: https://github.com/devopstales/trivy-operator
icon: https://github.com/devopstales/helm-charts/raw/main/icons/trivy.png
sources:
- https://github.com/devopstales/trivy-operator
- https://github.com/devopstales/helm-charts
deprecated: false