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]