mirror of
https://github.com/anchore/grype
synced 2024-11-10 06:34:13 +00:00
docs: emphasize installation methods before features and getting started
Signed-off-by: Alfredo Deza <adeza@anchore.com>
This commit is contained in:
parent
89a6201555
commit
2caa0d2fe5
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
[![GitHub release](https://img.shields.io/github/release/anchore/grype.svg)](https://github.com/anchore/grype/releases/latest)
|
||||
[![License: Apache-2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/anchore/grype/blob/main/LICENSE)
|
||||
|
||||
A vulnerability scanner for container images and filesystems
|
||||
A vulnerability scanner for container images and filesystems. [Easily install the binary](#installation) to try it out.
|
||||
|
||||
**Features**
|
||||
- Scan the contents of a container image or filesystem to find known vulnerabilities.
|
||||
|
@ -16,7 +16,7 @@ A vulnerability scanner for container images and filesystems
|
|||
|
||||
## Getting started
|
||||
|
||||
To scan for vulnerabilities in an image:
|
||||
[Install the binary](#installation), and make sure that `grype` is available in your path. To scan for vulnerabilities in an image:
|
||||
```
|
||||
grype <image>
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue