From ccf03c1304da1bf8542d7ffaea5fa45d3608c048 Mon Sep 17 00:00:00 2001 From: Kevin Conner Date: Wed, 27 Mar 2024 18:14:36 -0700 Subject: [PATCH] UD-1351: Update trivy to v0.50.1 --- charts/zora/README.md | 2 +- charts/zora/values.yaml | 2 +- config/samples/zora_v1alpha1_plugin_trivy.yaml | 2 +- docs/plugins/index.md | 2 +- docs/plugins/trivy.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/zora/README.md b/charts/zora/README.md index c1c878cf..3e50ed60 100644 --- a/charts/zora/README.md +++ b/charts/zora/README.md @@ -115,7 +115,7 @@ The following table lists the configurable parameters of the Zora chart and thei | scan.plugins.trivy.resources | object | `{}` | [Resources](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers) to add to `trivy` container | | scan.plugins.trivy.podAnnotations | object | `{}` | Annotations added to the trivy pods | | scan.plugins.trivy.image.repository | string | `"ghcr.io/undistro/trivy"` | trivy plugin image repository | -| scan.plugins.trivy.image.tag | string | `"0.50.0-1"` | trivy plugin image tag | +| scan.plugins.trivy.image.tag | string | `"0.50.1-1"` | trivy plugin image tag | | scan.plugins.trivy.env | list | `[]` | List of environment variables to set in trivy container. | | scan.plugins.trivy.envFrom | list | `[]` | List of sources to populate environment variables in trivy container. | | scan.plugins.trivy.timeout | string | `"10m"` | Trivy timeout | diff --git a/charts/zora/values.yaml b/charts/zora/values.yaml index 91268c53..faca768a 100644 --- a/charts/zora/values.yaml +++ b/charts/zora/values.yaml @@ -209,7 +209,7 @@ scan: # -- trivy plugin image repository repository: ghcr.io/undistro/trivy # -- trivy plugin image tag - tag: 0.50.0-1 + tag: 0.50.1-1 # -- List of environment variables to set in trivy container. env: [] # - name: AWS_REGION diff --git a/config/samples/zora_v1alpha1_plugin_trivy.yaml b/config/samples/zora_v1alpha1_plugin_trivy.yaml index a1bb7880..f15fe9da 100644 --- a/config/samples/zora_v1alpha1_plugin_trivy.yaml +++ b/config/samples/zora_v1alpha1_plugin_trivy.yaml @@ -10,7 +10,7 @@ metadata: name: trivy spec: type: vulnerability - image: ghcr.io/undistro/trivy:0.50.0-1 + image: ghcr.io/undistro/trivy:0.50.1-1 securityContext: allowPrivilegeEscalation: false env: diff --git a/docs/plugins/index.md b/docs/plugins/index.md index 682791b0..ddf1f525 100644 --- a/docs/plugins/index.md +++ b/docs/plugins/index.md @@ -17,7 +17,7 @@ kubectl get plugins -n zora-system NAME IMAGE TYPE AGE marvin ghcr.io/undistro/marvin:v0.2.1 misconfiguration 14m popeye ghcr.io/undistro/popeye:0.21.2-1 misconfiguration 14m -trivy ghcr.io/undistro/trivy:0.50.0-1 vulnerability 14m +trivy ghcr.io/undistro/trivy:0.50.1-1 vulnerability 14m ``` Each item listed above is an instance of `Plugin` CRD and represents the execution configuration of a plugin. diff --git a/docs/plugins/trivy.md b/docs/plugins/trivy.md index c776f5a3..5c39741a 100644 --- a/docs/plugins/trivy.md +++ b/docs/plugins/trivy.md @@ -11,7 +11,7 @@ in different targets like containers, code repositories and **Kubernetes cluster :octicons-codescan-24: **Type**: `vulnerability` -:simple-docker: **Image**: `ghcr.io/undistro/trivy:0.50.0-1` +:simple-docker: **Image**: `ghcr.io/undistro/trivy:0.50.1-1` :simple-github: **GitHub repository**: [https://github.com/aquasecurity/trivy](https://github.com/aquasecurity/trivy){:target="_blank"}