From 7b23761a39abfe2fab5706a5dc432224141fab52 Mon Sep 17 00:00:00 2001 From: Julius von Kohout <45896133+juliusvonkohout@users.noreply.github.com> Date: Wed, 4 Jun 2025 15:09:13 +0200 Subject: [PATCH 1/2] Update trivy_scan.py Signed-off-by: Julius von Kohout <45896133+juliusvonkohout@users.noreply.github.com> --- tests/trivy_scan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/trivy_scan.py b/tests/trivy_scan.py index 846608fa4..3f3f2dd26 100644 --- a/tests/trivy_scan.py +++ b/tests/trivy_scan.py @@ -25,7 +25,7 @@ "manifests": "../common/cert-manager/cert-manager/base ../common/cert-manager/kubeflow-issuer/base ../common/istio-1-24/istio-crds/base ../common/istio-1-24/istio-namespace/base ../common/istio-1-24/istio-install/overlays/oauth2-proxy ../common/oauth2-proxy/overlays/m2m-self-signed ../common/dex/overlays/oauth2-proxy ../common/knative/knative-serving/overlays/gateways ../common/knative/knative-eventing/base ../common/istio-1-24/cluster-local-gateway/base ../common/kubeflow-namespace/base ../common/kubeflow-roles/base ../common/istio-1-24/kubeflow-istio-resources/base", "workbenches": "../apps/pvcviewer-controller/upstream/base ../apps/admission-webhook/upstream/overlays ../apps/centraldashboard/overlays ../apps/jupyter/jupyter-web-app/upstream/overlays ../apps/volumes-web-app/upstream/overlays ../apps/tensorboard/tensorboards-web-app/upstream/overlays ../apps/profiles/upstream/overlays ../apps/jupyter/notebook-controller/upstream/overlays ../apps/tensorboard/tensorboard-controller/upstream/overlays", "kserve": "../apps/kserve - ../apps/kserve/models-web-app/overlays/kubeflow", - "model-registry": "../apps/model-registry/upstream", + "model-registry": "../apps/model-registry/upstream/overlays/db ../apps/model-registry/upstream/options/istio ../apps/model-registry/upstream/options/ui/overlays/istio", "spark": "../apps/spark/spark-operator/overlays/kubeflow", } From e48f941095d0336173ed0316d5acf1d6876731ae Mon Sep 17 00:00:00 2001 From: Julius von Kohout <45896133+juliusvonkohout@users.noreply.github.com> Date: Wed, 4 Jun 2025 15:12:45 +0200 Subject: [PATCH 2/2] Update trivy_install.sh Signed-off-by: Julius von Kohout <45896133+juliusvonkohout@users.noreply.github.com> --- tests/trivy_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/trivy_install.sh b/tests/trivy_install.sh index 202858934..a2c77f5a5 100644 --- a/tests/trivy_install.sh +++ b/tests/trivy_install.sh @@ -1,4 +1,4 @@ #!/bin/bash set -e -curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sudo sh -s -- -b /usr/local/bin v0.48.3 \ No newline at end of file +curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sudo sh -s -- -b /usr/local/bin v0.63.0