Skip to content

Commit

Permalink
docs: Update installation docs for pointing to Trivy Releases. (#463)
Browse files Browse the repository at this point in the history
Fixes: #461
Signed-off-by: Simarpreet Singh <[email protected]>

Co-authored-by: Teppei Fukuda <[email protected]>
  • Loading branch information
simar7 and knqyf263 authored Apr 16, 2020
1 parent ac5f313 commit 7629f7f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ Please see [LICENSE](https://github.com/aquasecurity/trivy/blob/master/LICENSE)

# Installation

Replace `{TRIVY_VERSION}` with the latest released version of Trivy. You can find the latest releases on this page: https://github.com/aquasecurity/trivy/releases

## RHEL/CentOS

Add repository setting to `/etc/yum.repos.d`.
Expand All @@ -118,7 +120,7 @@ $ sudo yum -y install trivy
or

```
$ rpm -ivh https://github.com/aquasecurity/trivy/releases/download/v0.1.6/trivy_0.1.6_Linux-64bit.rpm
$ rpm -ivh https://github.com/aquasecurity/trivy/releases/download/{TRIVY_VERSION}/trivy_{TRIVY_VERSION}_Linux-64bit.rpm
```

## Debian/Ubuntu
Expand All @@ -137,8 +139,8 @@ or

```
$ sudo apt-get install rpm
$ wget https://github.com/aquasecurity/trivy/releases/download/v0.1.6/trivy_0.1.6_Linux-64bit.deb
$ sudo dpkg -i trivy_0.1.6_Linux-64bit.deb
$ wget https://github.com/aquasecurity/trivy/releases/download/{TRIVY_VERSION}/trivy_{TRIVY_VERSION}_Linux-64bit.deb
$ sudo dpkg -i trivy_{TRIVY_VERSION}_Linux-64bit.deb
```


Expand Down

0 comments on commit 7629f7f

Please sign in to comment.