From e208a607dda1274acffc48e153adf477468cd0fe Mon Sep 17 00:00:00 2001 From: gitea-bot Date: Sat, 27 Dec 2025 05:24:15 +0000 Subject: [PATCH] Automated Manifest Update (#2884) This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow. Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/2884 Co-authored-by: gitea-bot Co-committed-by: gitea-bot --- .../manifests/trivy/ConfigMap-trivy-operator-config.yaml | 4 ++-- clusters/cl01tl/manifests/trivy/ConfigMap-trivy-operator.yaml | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/clusters/cl01tl/manifests/trivy/ConfigMap-trivy-operator-config.yaml b/clusters/cl01tl/manifests/trivy/ConfigMap-trivy-operator-config.yaml index e0ea2c49e..4ae875650 100644 --- a/clusters/cl01tl/manifests/trivy/ConfigMap-trivy-operator-config.yaml +++ b/clusters/cl01tl/manifests/trivy/ConfigMap-trivy-operator-config.yaml @@ -30,8 +30,8 @@ data: OPERATOR_SCANNER_REPORT_TTL: "24h" OPERATOR_CACHE_REPORT_TTL: "120h" CONTROLLER_CACHE_SYNC_TIMEOUT: "5m" - OPERATOR_CONFIG_AUDIT_SCANNER_ENABLED: "true" - OPERATOR_RBAC_ASSESSMENT_SCANNER_ENABLED: "true" + OPERATOR_CONFIG_AUDIT_SCANNER_ENABLED: "false" + OPERATOR_RBAC_ASSESSMENT_SCANNER_ENABLED: "false" OPERATOR_INFRA_ASSESSMENT_SCANNER_ENABLED: "false" OPERATOR_CONFIG_AUDIT_SCANNER_SCAN_ONLY_CURRENT_REVISIONS: "true" OPERATOR_EXPOSED_SECRET_SCANNER_ENABLED: "true" diff --git a/clusters/cl01tl/manifests/trivy/ConfigMap-trivy-operator.yaml b/clusters/cl01tl/manifests/trivy/ConfigMap-trivy-operator.yaml index 9cd8bbfc4..0332d1a53 100644 --- a/clusters/cl01tl/manifests/trivy/ConfigMap-trivy-operator.yaml +++ b/clusters/cl01tl/manifests/trivy/ConfigMap-trivy-operator.yaml @@ -18,7 +18,6 @@ data: scanJob.compressLogs: "true" vulnerabilityReports.scanner: "Trivy" vulnerabilityReports.scanJobsInSameNamespace: "false" - configAuditReports.scanner: "Trivy" report.recordFailedChecksOnly: "true" node.collector.imageRef: "ghcr.io/aquasecurity/node-collector:0.3.1" policies.bundle.oci.ref: "mirror.gcr.io/aquasec/trivy-checks:1"