File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ The following table lists the configurable parameters of the Zora chart and thei
117
117
| scan.plugins.trivy.resources | object | ` {} ` | [ Resources] ( https://kubernetes.io/docs/concepts/configuration/manage-resources-containers ) to add to ` trivy ` container |
118
118
| scan.plugins.trivy.podAnnotations | object | ` {} ` | Annotations added to the trivy pods |
119
119
| scan.plugins.trivy.image.repository | string | ` "ghcr.io/undistro/trivy" ` | trivy plugin image repository |
120
- | scan.plugins.trivy.image.tag | float | ` 0.51 ` | trivy plugin image tag |
120
+ | scan.plugins.trivy.image.tag | float | ` 0.53 ` | trivy plugin image tag |
121
121
| scan.plugins.trivy.image.pullPolicy | string | ` "Always" ` | Image pull policy |
122
122
| scan.plugins.trivy.env | list | ` [] ` | List of environment variables to set in trivy container. |
123
123
| scan.plugins.trivy.envFrom | list | ` [] ` | List of sources to populate environment variables in trivy container. |
Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ scan:
213
213
# -- trivy plugin image repository
214
214
repository : ghcr.io/undistro/trivy
215
215
# -- trivy plugin image tag
216
- tag : 0.51
216
+ tag : 0.53
217
217
# -- Image pull policy
218
218
pullPolicy : Always
219
219
# -- List of environment variables to set in trivy container.
You can’t perform that action at this time.
0 commit comments