Trivy
Overview
Version & Lifecycle
Community Notes
Trivy – Command-line note
For enterprise Windows deployment, download the official Trivy ZIP from GitHub releases (e.g., trivy_x.xx.x_windows-64bit.zip), extract trivy.exe silently with PowerShell (Expand-Archive -Path trivy.zip -DestinationPath C:ToolsTrivy -Force), and add C:ToolsTrivy to the system PATH via [Environment]::SetEnvironmentVariable(‘Path’, $env:Path + ‘;C:ToolsTrivy’, ‘Machine’) for immediate executability without UI prompts. This portable binary approach supports automation in scripts like SCCM or Intune, requires no MSI transforms, and enables CLI usage like trivy image --version post-deployment.
Release Notes & Updates
Help us match vulnerabilities
No vulnerability match yet. Pick the right product:
Don’t see it? Paste a CPE
Also known as
Other names people use for this app — helps search and matching.
Sign in to suggest a name.
Packaging Notes
Trivy is a single binary with no dependencies, supporting every OS and CPU architecture. It can be installed via package managers or downloaded as a standalone binary.