From 63a1dc13def362baa41ea4cc606a087fc841fe7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=8D=E3=82=8F=E3=81=BF=E3=81=96=E3=82=80=E3=82=89?= =?UTF-8?q?=E3=81=84?= <24860100+kiwamizamurai@users.noreply.github.com> Date: Mon, 5 Jan 2026 15:16:48 +0900 Subject: [PATCH] Add configuration for zizmor static analysis tool (#5246) Co-authored-by: Edwin Kofler Co-authored-by: Edwin Kofler Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- src/api/json/catalog.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/api/json/catalog.json b/src/api/json/catalog.json index f123126688d..089a3d83660 100644 --- a/src/api/json/catalog.json +++ b/src/api/json/catalog.json @@ -9083,6 +9083,17 @@ "v1alpha1": "https://raw.githubusercontent.com/redhat-developer/vscode-tekton/refs/heads/main/scheme/tekton.dev/v1alpha1_PipelineRun.json" } }, + { + "name": "zizmor", + "description": "Configuration file for zizmor, a static analysis tool for GitHub Actions", + "fileMatch": [ + "**/zizmor.yml", + "**/zizmor.yaml", + "**/.github/zizmor.yml", + "**/.github/zizmor.yaml" + ], + "url": "https://raw.githubusercontent.com/woodruffw/zizmor/main/support/zizmor.schema.json" + }, { "name": "Changepacks", "description": "Changepacks are a way to package changes to a project",