From 27b0542fd756d18ddcd16c652293b73087842808 Mon Sep 17 00:00:00 2001 From: Seth Michael Larson Date: Mon, 25 Nov 2024 13:49:53 -0600 Subject: [PATCH] fix pre-commit-config merge issues --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4f86168b..b0aa9d2c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,4 +4,4 @@ repos: hooks: - id: check-jsonschema files: "^vulns/[a-z0-9_-]+/.+\\.yaml" - args: [--schemafile, "./.github/osv-schema.json"] + args: [--schemafile, "https://raw.githubusercontent.com/ossf/osv-schema/refs/tags/v1.6.7/validation/schema.json", --no-cache]