Skip to content

Commit

Permalink
Fix the schema version to not be the uri
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Brown <[email protected]>
  • Loading branch information
ericwb committed Mar 5, 2024
1 parent 54f4385 commit 5180f74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion precli/renderers/json.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def create_tool_component(self, run: Run):
def render(self, run: Run):
log = sarif_om.SarifLog(
schema_uri=SCHEMA_URI,
version=SCHEMA_URI,
version=SCHEMA_VER,
runs=[
sarif_om.Run(
tool=sarif_om.Tool(driver=self.create_tool_component(run)),
Expand Down

0 comments on commit 5180f74

Please sign in to comment.