We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c519b8f commit 2267a2fCopy full SHA for 2267a2f
.github/workflows/validate-schema.yml
@@ -22,7 +22,6 @@ jobs:
22
- name: Install schema2markmap NPM dependencies
23
run: |
24
npm --prefix "${CVE_SCHEMA_DIR}/support/schema2markmap" install "${CVE_SCHEMA_DIR}/support/schema2markmap"
25
- # Rename the schema, since AJV doesn't like non-".json" extensions
26
- name: Prepare schema for bundling
27
28
sed 's/file\://g' "${CVE_SCHEMA_DIR}/${CVE_SCHEMA_FILENAME}" > "${CVE_SCHEMA_DIR}/cve-schema.json"
0 commit comments