Skip to content

Commit

Permalink
docs: fix several typos (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterMosmans authored Feb 2, 2022
1 parent 09a495f commit 555c918
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ The `--ignore, -i` option can ignore specified checkpoints.
$ dockle -i CIS-DI-0001 -i DKL-DI-0006 [IMAGE_NAME]
```
Or, use `DOCKLE_IGNORS`:
Or, use `DOCKLE_IGNORES`:
```
export DOCKLE_IGNORES=CIS-DI-0001,DKL-DI-0006
Expand All @@ -664,7 +664,7 @@ CIS-DI-0001
DKL-DI-0006
```
### Accept suspitious `environment variables` / `files` / `file extensions`
### Accept suspicious `environment variables` / `files` / `file extensions`
```bash
# --accept-key value, --ak value You can add acceptable keywords.
Expand Down

0 comments on commit 555c918

Please sign in to comment.