Skip to content

remove override for CVE-2024-21315 now that NVD has enriched the record #169

remove override for CVE-2024-21315 now that NVD has enriched the record

remove override for CVE-2024-21315 now that NVD has enriched the record #169

Workflow file for this run

name: "Validations"
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
permissions:
contents: read
jobs:
verify-json-schem:
name: "Verify json schema"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
with:
python-version: '3.12'
- name: "Install check-jsonschema"
run: pip install check-jsonschema
- name: "Verify overrides json schema"
run: check-jsonschema --schemafile schema/overrides.schema.json data/**/*.json