Skip to content

Commit

Permalink
Use '--no-cache' to avoid cache bug
Browse files Browse the repository at this point in the history
  • Loading branch information
di committed Nov 22, 2024
1 parent 4fe4944 commit 732d510
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, "https://raw.githubusercontent.com/ossf/osv-schema/refs/tags/v1.6.7/validation/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 732d510

Please sign in to comment.