From 026313b7cc103a2dc7efdee1dfbad32c8050daf6 Mon Sep 17 00:00:00 2001 From: buckaroo Date: Wed, 22 Apr 2026 16:30:05 -0700 Subject: [PATCH] docs: rename security-insights.yml to lowercase for LFX detection The OSSF Security Insights spec and its reference tooling (ossf/si-tooling) require the lowercase filename security-insights.yml. LFX Insights scans case-sensitively, so the previously-uppercase file was not detected and OSPS-QA-04.01 continued to fail on the dashboard. Also bump schema-version to 2.2.0 (current) and refresh the review dates. Closes #13189 Signed-off-by: buckaroo Signed-off-by: Andrey Smirnov --- SECURITY-INSIGHTS.yml => security-insights.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename SECURITY-INSIGHTS.yml => security-insights.yml (98%) diff --git a/SECURITY-INSIGHTS.yml b/security-insights.yml similarity index 98% rename from SECURITY-INSIGHTS.yml rename to security-insights.yml index 5d96ae650..15e823303 100644 --- a/SECURITY-INSIGHTS.yml +++ b/security-insights.yml @@ -1,7 +1,7 @@ header: - schema-version: 2.1.0 - last-updated: '2026-03-26' - last-reviewed: '2026-03-26' + schema-version: 2.2.0 + last-updated: '2026-04-22' + last-reviewed: '2026-04-22' url: https://github.com/siderolabs/talos comment: > Security Insights for Talos Linux. This file satisfies OSPS Baseline QA-04.01