Update Trivy configuration paths in Ansible tasks and Argo CD application manifests to reflect new directory structure. Adjust references in values.yaml and dashboard-values.yaml for consistency and clarity in deployment processes.

This commit is contained in:
Nikholas Pcenicni
2026-05-14 17:21:49 -04:00
parent c347416668
commit e48283fc43
5 changed files with 7 additions and 7 deletions

View File

@@ -5,7 +5,7 @@
# Sync **noble-trivy-operator** first so CRDs and reports exist. DNS: host below → Traefik LB.
kubernetes:
# Match **clusters/noble/bootstrap/trivy/values.yaml** operator feature flags (no SBOM / cluster compliance cache).
# Match **clusters/noble/apps/trivy/values.yaml** operator feature flags (no SBOM / cluster compliance cache).
trivyUseClusterComplianceReport: false
trivyUseClusterSbomReport: false
trivyUseClusterVulnerabilityReport: false