Skip to content

Commit

Permalink
Updated README.md with correct spellings & phrase. (anchore#2201)
Browse files Browse the repository at this point in the history
Signed-off-by: Piyush Bhaskar <[email protected]>
  • Loading branch information
Piyush-r-bhaskar authored and ADorigi committed Oct 22, 2024
1 parent e159681 commit 0c29d3a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Install script options:

### Chocolatey

The chocolatey distribution of grype is community maintained and not distributed by the anchore team
The chocolatey distribution of grype is community-maintained and not distributed by the anchore team.

```bash
choco install grype -y
Expand All @@ -86,7 +86,7 @@ brew install grype

### MacPorts

On macOS, Grype can additionally be installed from the [community maintained port](https://ports.macports.org/port/grype/) via MacPorts:
On macOS, Grype can additionally be installed from the [community-maintained port](https://ports.macports.org/port/grype/) via MacPorts:

```bash
sudo port install grype
Expand All @@ -100,7 +100,7 @@ See [DEVELOPING.md](DEVELOPING.md#native-development) for instructions to build

### GitHub Actions

If you're using GitHub Actions, you can simply use our [Grype-based action](https://github.com/marketplace/actions/anchore-container-scan) to run vulnerability scans on your code or container images during your CI workflows.
If you're using GitHub Actions, you can use our [Grype-based action](https://github.com/marketplace/actions/anchore-container-scan) to run vulnerability scans on your code or container images during your CI workflows.

## Verifying the artifacts

Expand Down Expand Up @@ -138,7 +138,7 @@ sha256sum --ignore-missing -c checksums.txt
grype <image>
```

The above command scans for vulnerabilities that are visible in the container (i.e., the squashed representation of the image). To include software from all image layers in the vulnerability scan, regardless of its presence in the final image, provide `--scope all-layers`:
The above command scans for vulnerabilities visible in the container (i.e., the squashed representation of the image). To include software from all image layers in the vulnerability scan, regardless of its presence in the final image, provide `--scope all-layers`:

```
grype <image> --scope all-layers
Expand Down

0 comments on commit 0c29d3a

Please sign in to comment.