From 1cac45a33f4133822d15429232ea0cebde346ca2 Mon Sep 17 00:00:00 2001 From: Brandt Keller Date: Tue, 4 Nov 2025 15:00:53 +0000 Subject: [PATCH 1/2] fix(blog): move blog article to blog directory Signed-off-by: Brandt Keller --- website/content/{ => blog}/security-assessment.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename website/content/{ => blog}/security-assessment.md (100%) diff --git a/website/content/security-assessment.md b/website/content/blog/security-assessment.md similarity index 100% rename from website/content/security-assessment.md rename to website/content/blog/security-assessment.md From 214d6b2132e6bef025936f2b740d46e4636b68b0 Mon Sep 17 00:00:00 2001 From: Brandt Keller Date: Tue, 4 Nov 2025 15:05:27 +0000 Subject: [PATCH 2/2] fix(blog): frontmatter fix Signed-off-by: Brandt Keller --- website/content/blog/security-assessment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/blog/security-assessment.md b/website/content/blog/security-assessment.md index 77d4b6a01..55880d09e 100644 --- a/website/content/blog/security-assessment.md +++ b/website/content/blog/security-assessment.md @@ -1,7 +1,7 @@ --- title: "Strengthening Cloud Native Security: The Value of TAG Security and Compliance Joint Assessments" date: 2025-10-05 10:30:00 -0700 -author: [Satarupa Deb] +author: Satarupa Deb --- The CNCF space is growing fast, now we have thousands of projects that power everything from container orchestration to service mesh technologies, and with each day that number keeps mounting. But with rapid growth comes a big challenge: how to make sure all of these critical building blocks are secure?