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 809e6d1 commit 8ccd0e3Copy full SHA for 8ccd0e3
tasks.py
@@ -63,6 +63,7 @@ def build_exe(ctx: Context) -> None:
63
def gen_json_schema(ctx: Context) -> None:
64
from sslyze.json.json_output import SslyzeOutputAsJson
65
66
+ # TODO(#617): Currently broken; switch to model_dump_json()
67
json_schema = SslyzeOutputAsJson.schema_json(indent=2)
68
json_schema_file = Path(__file__).parent / "json_output_schema.json"
69
json_schema_file.write_text(json_schema)
0 commit comments