#vulns.co
/
mcp by GKData.io

← Back to Toolkit

trivy

Scanner for container images, filesystems, IaC and secrets. Useful when the program includes Docker Hub images, GitHub repos, or Terraform.

Tags: cve, containers, secrets, misconfig

Category
cloud
Maintenance signal
active

Project repository

Install

brew

brew install trivy

go

go install github.com/aquasecurity/trivy/cmd/trivy@latest

Command templates

Scan an image

trivy image {image}

Scan a repo

trivy fs --scanners vuln,secret,misconfig {path}

Related tools

← Back to Toolkit