From 63dd3d65a32296eee529c41c41f3221e2cd6d3fe Mon Sep 17 00:00:00 2001 From: okamototk Date: Mon, 28 Oct 2024 15:26:13 +0900 Subject: [PATCH] docs: add Windows install instructions (#7800) --- docs/getting-started/installation.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/getting-started/installation.md b/docs/getting-started/installation.md index fd8b19366e..6e3c8cd0cf 100644 --- a/docs/getting-started/installation.md +++ b/docs/getting-started/installation.md @@ -56,6 +56,13 @@ Homebrew for MacOS and Linux. brew install trivy ``` +### Windows (Official) + +1. Download trivy_x.xx.x_windows-64bit.zip file from [releases page](https://github.com/aquasecurity/trivy/releases/). +2. Unzip file and copy to any folder. +3. Ensure PATH environment variable is configured to folder trivy installed. + + ### Arch Linux (Community) Arch Linux Package Repository.