Skip to content

Instantly share code, notes, and snippets.

View laurelmay's full-sized avatar

Laurel May laurelmay

  • 20:58 (UTC -04:00)
View GitHub Profile
@tuckerzp
tuckerzp / format.py
Created July 9, 2021 14:34
Format json schemes using NIST's format
#!/usr/bin/env python3
import json
from typing import Any, Dict, List, Union, TextIO
OSCAL_CATALOG_FILES = [
"oscal_catalog_schema",
"oscal_component_schema",
"oscal_profile_schema",
"oscal_ssp_schema"
]