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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ The following table lists the configurable parameters of the Trivy chart and the
54
54
|`image.pullSecret`| The name of an imagePullSecret used to pull trivy image from e.g. Docker Hub or a private registry ||
55
55
|`replicaCount`| Number of Trivy Pods to run |`1`|
56
56
|`trivy.debugMode`| The flag to enable or disable Trivy debug mode |`false`|
57
-
|`trivy.gitHubToken`| The GitHub access token to download Trivy DB||
57
+
|`trivy.gitHubToken`| The GitHub access token to download Trivy DB. More info: https://github.com/aquasecurity/trivy#github-rate-limiting||
58
58
|`trivy.skipUpdate`| The flag to enable or disable Trivy DB downloads from GitHub |`false`|
59
59
|`trivy.cache.redis.enabled`| Enable Redis as caching backend |`false`|
60
60
|`trivy.cache.redis.url`| Specify redis connection url, e.g. redis://redis.redis.svc:6379 | `` |
0 commit comments