From ff76e6c96ed8c029270db0b0c9d6602f422d6e86 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 17:20:59 -0500 Subject: [PATCH] [BOT] update JSON schemas from SchemaStore (#1462) Co-authored-by: woodruffw <3059210+woodruffw@users.noreply.github.com> Co-authored-by: William Woodruff --- crates/github-actions-models/src/dependabot/v2.rs | 4 ++++ crates/zizmor/src/data/dependabot-2.0.json | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/crates/github-actions-models/src/dependabot/v2.rs b/crates/github-actions-models/src/dependabot/v2.rs index 9865f11f..2549ca66 100644 --- a/crates/github-actions-models/src/dependabot/v2.rs +++ b/crates/github-actions-models/src/dependabot/v2.rs @@ -349,6 +349,8 @@ pub enum AllowDeny { #[derive(Deserialize, Debug, PartialEq)] #[serde(rename_all = "kebab-case")] pub enum PackageEcosystem { + /// `bazel` + Bazel, /// `bun` Bun, /// `bundler` @@ -369,6 +371,8 @@ pub enum PackageEcosystem { DotnetSdk, /// `helm` Helm, + /// `julia` + Julia, /// `elm` Elm, /// `gitsubmodule` diff --git a/crates/zizmor/src/data/dependabot-2.0.json b/crates/zizmor/src/data/dependabot-2.0.json index f3c407f5..235fd156 100644 --- a/crates/zizmor/src/data/dependabot-2.0.json +++ b/crates/zizmor/src/data/dependabot-2.0.json @@ -647,24 +647,28 @@ }, "package-ecosystem-values": { "enum": [ + "bazel", "bun", "bundler", "cargo", "composer", + "conda", "devcontainers", "docker", "docker-compose", "dotnet-sdk", "elm", - "gitsubmodule", "github-actions", + "gitsubmodule", "gomod", "gradle", "helm", + "julia", "maven", "mix", "npm", "nuget", + "opentofu", "pip", "pub", "rust-toolchain",