Skip to content

Instantly share code, notes, and snippets.

@scalvert
Last active April 13, 2021 01:29
Show Gist options
  • Save scalvert/290d11031f45854f11fd839ba6db9058 to your computer and use it in GitHub Desktop.
Save scalvert/290d11031f45854f11fd839ba6db9058 to your computer and use it in GitHub Desktop.
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Static Analysis Results Format (SARIF) Version 2.1.0-rtm.5 Result Schema",
"id": "https://gist.githubusercontent.com/scalvert/290d11031f45854f11fd839ba6db9058/raw/sarif-result.json",
"description": "Static Analysis Results Format (SARIF) Version 2.1.0-rtm.5 Result JSON Schema",
"allOf": [
{
"$ref": "https://raw.githubusercontent.com/schemastore/schemastore/master/src/schemas/json/sarif-2.1.0-rtm.5.json#/definitions/result"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment