Skip to content

Instantly share code, notes, and snippets.

@sxlijin
Last active July 6, 2023 20:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sxlijin/c8d4367416a404194f3fdc1a4ef40887 to your computer and use it in GitHub Desktop.
Save sxlijin/c8d4367416a404194f3fdc1a4ef40887 to your computer and use it in GitHub Desktop.
new-existing-issues-test.json
{
"$schema": "https://docs.oasis-open.org/sarif/sarif/v2.1.0/os/schemas/sarif-schema-2.1.0.json",
"runs": [
{
"results": [
{
"locations": [
{
"physicalLocation": {
"artifactLocation": {"uri": "package.json"},
"region": {
"endColumn": 20,
"endLine": 85,
"startColumn": 6,
"startLine": 85
}
}
}
],
"message": {"text": "test issue on line 75"},
"ruleId": "test-issue-on-line-75"
}
]
}
],
"version": "2.1.0"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment