View on GitHub

docker-devbox

[DEV] Docker stacks to quickly setup a dev environment and test some tools.

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