English's Github Trend's slide
Trending Slides
Japanese Github Trend's slide
Trending Slides
@aquasecurity
Trivy (pronunciation) is a comprehensive and versatile security scanner. Trivy has scanners that look for security issues, and targets where it can find those issues.
Targets (what Trivy can scan):
Container Image
Filesystem
Git Repository (remote)
Virtual Machine Image
Kubernetes
AWS
Scanners (what Trivy can find there):
OS packages and software dependencies in use (SBOM)
Known vulnerabilities (CVEs)
IaC issues and misconfigurations
Sensitive information and secrets
Software licenses
To learn more, go to the Trivy homepage for feature highlights, or to the Documentation site for detailed information.
=
readme
Get Trivy
Trivy is available in most common distribution channels. The full list of installation options is available in the Installation page. Here are a few popular examples:
brew install trivy
docker run aquasec/trivy
Download binary from https://raw.githubusercontent.com/aquasecurity/trivy/releases/latest/
See Installation for more
Trivy is integrated with many popular platforms and applications. The complete list of integrations is available in the Ecosystem page. Here are a few popular examples:
GitHub Actions
Kubernetes operator
VS Code plugin
See Ecosystem for more
General usage
Examples:
trivy fs --scanners vuln,secret,config myproject/ ----
Result
https://user-images.githubusercontent.com/1161307/171013917-b1f37810-f434-465c-b01a-22de036bd9b3.mov