Discover / Security

Trivy

by aquasecurityGo

All-in-one scanner for containers, filesystems and IaC: vulnerabilities, misconfigurations, secrets.

Toolexperimental

Maturity: experimental because latest release v0.72.0 is pre 1.0. Derived from release and commit history, not a rating.

Stars
37k
Forks
565
Downloads / mo
Last commit
2026-08-01
License
Apache-2.0
Open issues
235

Market and trust evidence

Edition not yet matched

No exact skills.sh identity match is available for this repository. Repository adoption and freshness remain visible above; install momentum is not inferred.

Trust analysis is a screening signal, not a security warranty. Read the ranking and trust methodology.

In practice

Written by AI from this repository’s README · medium confidence

Vulnerabilities, misconfigurations, and secrets usually need separate scanners with separate output formats.

Use it when

When one scanner should cover CVEs, IaC misconfigurations, secrets, licenses, and SBOM across several targets.

Not the right pick when

Avoid the canary builds in production, and the README points to the commercial Aqua platform for broader security management.

Capabilities

  • scans container images, filesystems, remote git repos, VM images and Kubernetes
  • finds known vulnerabilities (CVEs)
  • detects IaC issues and misconfigurations
  • finds sensitive information and secrets
  • reports OS packages and dependencies as SBOM
  • GitHub Actions, Kubernetes operator and VS Code integrations

Cost: Free and open source

Video walkthroughs

Third-party YouTube uploads matched to this tool by title, channel and repository name on 2026-08-03. Not made, reviewed or endorsed by SkillPilot. View counts and publish months are as of the match date and the month is approximate. Nothing loads from YouTube until you press play.

What the repository ships

Has docsHas examplesDocker imageSecurity policyCI configured

Detected from the actual files in the repository root.

Latest release v0.72.0

Published 2026-06-30

⚡ Highlights ⚡

👉 https://github.com/aquasecurity/trivy/discussions/10907

Changelog

https://github.com/aquasecurity/trivy/blob/main/CHANGELOG.md#0720-2026-06-30

Tags

README

<div align="center">

<img src="docs/imgs/logo.png" width="200">

[![GitHub Release][release-img]][release]

[![Test][test-img]][test]

[![Go Report Card][go-report-img]][go-report]

[![License: Apache-2.0][license-img]][license]

[![GitHub Downloads][github-downloads-img]][release]

![Docker Pulls][docker-pulls]

[📖 Documentation][docs]

</div>

Trivy ([pronunciation][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

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

Trivy supports most popular programming languages, operating systems, and platforms. For a complete list, see the [Scanning Coverage] page.

To learn more, go to the [Trivy homepage][homepage] for feature highlights, or to the [Documentation site][docs] for detailed information.

Quick Start

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://github.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:

Canary builds

There are canary builds (Docker Hub, GitHub, ECR images and binaries) generated with every push to the main branch.

Please be aware: canary builds might have critical bugs, so they are not recommended for use in production.

General usage


trivy <target> [--scanners <scanner1,scanner2>] <subject>

Examples:


trivy image python:3.4-alpine

<details>

<summary>Result</summary>

https://github.com/user-attachments/assets/af1c11e7-d9c5-48af-8e05-cb34dfd6352a

</details>


trivy fs --scanners vuln,secret,misconfig myproject/

<details>

<summary>Result</summary>

https://github.com/user-attachments/assets/6b3894b7-77c5-4ffc-ac94-ffe6648a30dc

</details>


trivy k8s --report summary cluster

<details>

<summary>Result</summary>

k8s summary

</details>

FAQ

How to pronounce the name "Trivy"?

tri is pronounced like trigger, vy is pronounced like envy.

Want more? Check out Aqua

If you liked Trivy, you will love Aqua which builds on top of Trivy to provide even more enhanced capabilities for a complete security management offering.

You can find a high level comparison table specific to Trivy users here.

In addition check out the <https://aquasec.com> website for more information about our products and services.

If you'd like to contact Aqua or request a demo, please use this form: <https://www.aquasec.com/demo>

Community

Trivy is an [Aqua Security][aquasec] open source project.

Learn about our open source work and portfolio [here][oss].

Contact us about any matter by opening a GitHub Discussion [here][discussions]

Please ensure to abide by our [Code of Conduct][code-of-conduct] during all interactions.

[test]: https://github.com/aquasecurity/trivy/actions/workflows/test.yaml

[test-img]: https://github.com/aquasecurity/trivy/actions/workflows/test.yaml/badge.svg

[go-report]: https://goreportcard.com/report/github.com/aquasecurity/trivy

[go-report-img]: https://goreportcard.com/badge/github.com/aquasecurity/trivy

[release]: https://github.com/aquasecurity/trivy/releases

[release-img]: https://img.shields.io/github/release/aquasecurity/trivy.svg?logo=github

[github-downloads-img]: https://img.shields.io/github/downloads/aquasecurity/trivy/total?logo=github

[docker-pulls]: https://img.shields.io/docker/pulls/aquasec/trivy?logo=docker&label=docker%20pulls%20%2F%20trivy

[license]: https://github.com/aquasecurity/trivy/blob/main/LICENSE

[license-img]: https://img.shields.io/badge/License-Apache%202.0-blue.svg

[homepage]: https://trivy.dev

[docs]: https://trivy.dev/docs/latest/

[pronunciation]: #how-to-pronounce-the-name-trivy

[code-of-conduct]: https://github.com/aquasecurity/community/blob/main/CODE_OF_CONDUCT.md

[Installation]:https://trivy.dev/docs/latest/getting-started/installation/

[Ecosystem]: https://trivy.dev/docs/latest/ecosystem/

[Scanning Coverage]: https://trivy.dev/docs/latest/coverage/

[alpine]: https://ariadne.space/2021/06/08/the-vulnerability-remediation-lifecycle-of-alpine-containers/

[rego]: https://www.openpolicyagent.org/docs/latest/#rego

[sigstore]: https://www.sigstore.dev/

[aquasec]: https://aquasec.com

[oss]: https://www.aquasec.com/products/open-source-projects/

[discussions]: https://github.com/aquasecurity/trivy/discussions

Related tools