Skip to content

Commit

Permalink
Remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
lyoung-confluent committed Jul 9, 2024
1 parent c40a0ac commit af0c409
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/configuration/cache.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ $ trivy --cache-dir /tmp/trivy/ image python:3.4-alpine3.9
This feature might change without preserving backwards compatibility.

Trivy utilizes a scan cache to store analysis results, such as package lists.
It supports four types of backends for this cache:
It supports four types of backends for this cache:

- Local File System (`fs`)
- The cache path can be specified by `--cache-dir`
Expand Down Expand Up @@ -111,4 +111,4 @@ $ trivy server --cache-backend redis://localhost:6379 \

[^1]: Downloaded when scanning for vulnerabilities
[^2]: Downloaded when scanning `jar/war/par/ear` files
[^3]: Downloaded when scanning for misconfigurations
[^3]: Downloaded when scanning for misconfigurations

0 comments on commit af0c409

Please sign in to comment.