From 6530dd548714ce4ea96a1aa75b2313d215e971ab Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Mon, 3 Feb 2025 22:00:31 +0100 Subject: [PATCH] fix SPDX branch URL Signed-off-by: William Woodruff --- .github/workflows/schemas.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/schemas.yml b/.github/workflows/schemas.yml index 1fde2ea675..388267baa5 100644 --- a/.github/workflows/schemas.yml +++ b/.github/workflows/schemas.yml @@ -61,7 +61,7 @@ jobs: # Intentionally tracking 2.3.x to match what we output in sbom.rb. 3.0 also doesn't have a JSON Schema. # Note: this is a 2.3.1 development branch - not a 2.3.1 tag. It contains bugfixes compared to 2.3.0. - curl --location --output Library/Homebrew/data/schemas/sbom.json https://raw.githubusercontent.com/spdx/spdx-spec/development/v2.3.1/schemas/spdx-schema.json + curl --location --output Library/Homebrew/data/schemas/sbom.json https://raw.githubusercontent.com/spdx/spdx-spec/support/v2.3.1/schemas/spdx-schema.json # https://github.com/spdx/spdx-spec/pull/1029 sed -i -e 's|\(2019-09/schema\)#|\1|' Library/Homebrew/data/schemas/sbom.json