From 8e747c75b03d1e180fcfc3f071515e815ce6c950 Mon Sep 17 00:00:00 2001 From: jayesh9747 <112215167@cse.iiitp.ac.in> Date: Fri, 9 Jan 2026 22:55:34 +0530 Subject: [PATCH] security certi updated --- internal/cli/cert.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/internal/cli/cert.go b/internal/cli/cert.go index 02997ac..e95167f 100644 --- a/internal/cli/cert.go +++ b/internal/cli/cert.go @@ -13,7 +13,8 @@ import ( ) const ( - certManagerNamespace = "cert-manager" + certManagerNamespace = "cert-manager" + // #nosec G101 -- This is the name of a Kubernetes secret resource, not actual credentials certCASecretName = "mcp-runtime-ca" certClusterIssuerName = "mcp-runtime-ca" registryCertificateName = "registry-cert"