Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 882 Bytes

File metadata and controls

37 lines (25 loc) · 882 Bytes

Trivy

Container running trivy-operator.

Usage

See helm help

# Inspect created VulnerabilityReports by:
kubectl get vulnerabilityreports --all-namespaces -o wide

# Inspect created ConfigAuditReports by:
kubectl get configauditreports --all-namespaces -o wide

# Inspect the work log of trivy-operator by
kubectl logs -n trivy-system deployment/trivy-operator

Metrics

# To explore prometheus metrics : http://127.0.0.1:5000/metrics
kubectl -n trivy-system port-forward svc/trivy-operator 5000:80

Chart versions

helm repo add aqua https://aquasecurity.github.io/helm-charts/
helm repo update
helm search repo aqua/trivy-operator -l | more

Resources