Skip to content

Commit

Permalink
link trivy page
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusfm committed Apr 4, 2024
1 parent 751e1df commit 452484d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/configuration/vulnerability-database-persistence.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Vulnerability Database Persistence

Trivy utilizes a database containing vulnerability information in its scan.
[Trivy](../plugins/trivy.md) utilizes a database containing vulnerability information in its scan.
[This database is updated every **6 hours**](https://aquasecurity.github.io/trivy/v0.50/docs/scanner/vulnerability/#database).

When scanning JAR files, Trivy downloads a specific database for Java every **3 days**.
Expand All @@ -25,4 +25,4 @@ This persistence can be disabled or configured with the following Helm parameter
| scan.plugins.trivy.persistence.storageRequest | string | `"1Gi"` | Persistence storage size |
| scan.plugins.trivy.persistence.downloadJavaDB | bool | `false` | Specifies whether Java vulnerability database should be downloaded on helm install/upgrade |

Each parameter can be specified using the `--set key=value` argument in `helm upgrade --install` command.
These parameters can be specified using the `--set key=value` argument in `helm upgrade --install` command.

0 comments on commit 452484d

Please sign in to comment.