From 4cb857410988f96910f39ee7a516425e6058f332 Mon Sep 17 00:00:00 2001 From: Nikholas Pcenicni <82239765+nikpcenicni@users.noreply.github.com> Date: Thu, 14 May 2026 17:13:18 -0400 Subject: [PATCH] Update kustomization.yaml to include additional Trivy resources: namespace.yaml, values.yaml, and dashboard-values.yaml, enhancing security scanning configuration. --- clusters/noble/apps/kustomization.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/clusters/noble/apps/kustomization.yaml b/clusters/noble/apps/kustomization.yaml index 25327db..b7fb62d 100644 --- a/clusters/noble/apps/kustomization.yaml +++ b/clusters/noble/apps/kustomization.yaml @@ -5,4 +5,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - homepage/application.yaml - - trivy/* \ No newline at end of file + - trivy/namespace.yaml + - trivy/values.yaml + - trivy/dashboard-values.yaml \ No newline at end of file