Skip to content

Commit 686b9d7

Browse files
committed
Update catalog at 2026-01-05T13:00:01Z
1 parent e00e850 commit 686b9d7

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

data/schemata.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

import/SchemaStore.vim

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11221,6 +11221,17 @@ export const schemata =
1122111221
"v1": "https://raw.githubusercontent.com/redhat-developer/vscode-tekton/refs/heads/main/scheme/tekton.dev/v1_PipelineRun.json"
1122211222
}
1122311223
},
11224+
{
11225+
"url": "https://raw.githubusercontent.com/woodruffw/zizmor/main/support/zizmor.schema.json",
11226+
"description": "Configuration file for zizmor, a static analysis tool for GitHub Actions",
11227+
"name": "zizmor",
11228+
"fileMatch": [
11229+
"**/zizmor.yml",
11230+
"**/zizmor.yaml",
11231+
"**/.github/zizmor.yml",
11232+
"**/.github/zizmor.yaml"
11233+
]
11234+
},
1122411235
{
1122511236
"url": "https://www.schemastore.org/changepacks.json",
1122611237
"description": "Changepacks are a way to package changes to a project",

0 commit comments

Comments
 (0)