Skip to content

Commit

Permalink
fix pre-commit-config merge issues
Browse files Browse the repository at this point in the history
  • Loading branch information
sethmlarson committed Nov 25, 2024
1 parent ab5bd11 commit 27b0542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]

0 comments on commit 27b0542

Please sign in to comment.