From 452484df1e0aa503f86f47d43f0f9a181a8531c9 Mon Sep 17 00:00:00 2001 From: Matheus Moraes Date: Thu, 4 Apr 2024 10:24:37 -0300 Subject: [PATCH] link trivy page --- docs/configuration/vulnerability-database-persistence.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuration/vulnerability-database-persistence.md b/docs/configuration/vulnerability-database-persistence.md index 848f97e2..48c70e18 100644 --- a/docs/configuration/vulnerability-database-persistence.md +++ b/docs/configuration/vulnerability-database-persistence.md @@ -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**. @@ -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.