File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
name : trivy
3
- version : 0.4.0
3
+ version : 0.4.1
4
4
appVersion : " 0.15.0"
5
5
description : Trivy helm chart
6
6
keywords :
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 | `` |
Original file line number Diff line number Diff line change 63
63
value : {{ .Values.trivy.debugMode | default false | quote }}
64
64
- name : " TRIVY_SKIP_UPDATE"
65
65
value : {{ .Values.trivy.skipUpdate | default false | quote }}
66
- - name : " TRIVY_GITHUB_TOKEN "
66
+ - name : " GITHUB_TOKEN "
67
67
valueFrom :
68
68
secretKeyRef :
69
69
name : {{ include "trivy.fullname" . }}
You can’t perform that action at this time.
0 commit comments