You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: helm/trivy/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,6 +69,7 @@ The following table lists the configurable parameters of the Trivy chart and the
69
69
|`trivy.registryCredentialsExistingSecret`| Name of Secret containing dockerhub credentials. Alternative to the 2 parameters above, has precedence if set. ||
70
70
|`trivy.serviceAccount.annotations`| Additional annotations to add to the Kubernetes service account resource ||
71
71
|`trivy.skipUpdate`| The flag to enable or disable Trivy DB downloads from GitHub |`false`|
72
+
|`trivy.dbRepository`| OCI repository to retrieve the trivy vulnerability database from |`ghcr.io/aquasecurity/trivy-db`|
72
73
|`trivy.cache.redis.enabled`| Enable Redis as caching backend |`false`|
73
74
|`trivy.cache.redis.url`| Specify redis connection url, e.g. redis://redis.redis.svc:6379 | `` |
74
75
|`trivy.serverToken`| The token to authenticate Trivy client with Trivy server | `` |
0 commit comments