Skip to content

Commit fee67ea

Browse files
committed
UD-1641: update trivy to use latest version
Signed-off-by: Kevin Conner <[email protected]>
1 parent 40ffd51 commit fee67ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/zora/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ The following table lists the configurable parameters of the Zora chart and thei
117117
| scan.plugins.trivy.resources | object | `{}` | [Resources](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers) to add to `trivy` container |
118118
| scan.plugins.trivy.podAnnotations | object | `{}` | Annotations added to the trivy pods |
119119
| 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 |
121121
| scan.plugins.trivy.image.pullPolicy | string | `"Always"` | Image pull policy |
122122
| scan.plugins.trivy.env | list | `[]` | List of environment variables to set in trivy container. |
123123
| scan.plugins.trivy.envFrom | list | `[]` | List of sources to populate environment variables in trivy container. |

charts/zora/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ scan:
213213
# -- trivy plugin image repository
214214
repository: ghcr.io/undistro/trivy
215215
# -- trivy plugin image tag
216-
tag: 0.51
216+
tag: 0.53
217217
# -- Image pull policy
218218
pullPolicy: Always
219219
# -- List of environment variables to set in trivy container.

0 commit comments

Comments
 (0)