Web interface for viewing and filtering Trivy scan reports.
- Upload and parse Trivy JSON reports:
- Vulnerability scans
- EKS CIS benchmarks
- License reports
- Secret detection
- Misconfiguration reports
- Filter and sort findings
- View detailed information for each finding
git clone https://github.com/Chogos/trivy-report-explorer.git
cd trivy-report-explorer
npm install
npm start
# Container images
trivy image --format json -o report.json nginx:latest
# Filesystem
trivy fs --format json -o report.json /path/to/project
# Kubernetes cluster
trivy k8s --format json -o report.json cluster
# EKS CIS benchmark
trivy k8s --format json -o report.json cluster --compliance=eks-cis
# IaC scanning
trivy config --format json -o report.json /path/to/terraform
# Secret detection
trivy fs --format json --scanners secret -o report.json /path/to/code
npm start
- Development servernpm test
- Run testsnpm run build
- Production buildnpm run lint
- Lint codenpm run format
- Format code
- React 18 + TypeScript
- Tailwind CSS
- Radix UI components
GitHub Pages:
npm run deploy
Manual build:
npm run build
# Deploy the 'build' folder