-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
….org/sarif-2.1.0-rtm.1" schema (#1652)
- Loading branch information
Larry Golding
authored
Aug 19, 2019
1 parent
4f9e92c
commit 439258b
Showing
6 changed files
with
53 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 18 additions & 0 deletions
18
...arif/TestData/PrereleaseCompatibilityTransformer/ExpectedOutputs/Rtm1SchemaLocation.sarif
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"$schema": "https://schemastore.azurewebsites.net/schemas/json/sarif-2.1.0-rtm.4.json", | ||
"version": "2.1.0", | ||
"runs": [ | ||
{ | ||
"tool": { | ||
"driver": { | ||
"name": "CodeScanner" | ||
} | ||
}, | ||
"results": [], | ||
"columnKind": "utf16CodeUnits" | ||
} | ||
], | ||
"properties": { | ||
"comment": "Regression test for #1584: Multitool Transform can't upgrade 'http://json.schemastore.org/sarif-2.1.0-rtm.1' schema" | ||
} | ||
} |
18 changes: 18 additions & 0 deletions
18
...itTests.Sarif/TestData/PrereleaseCompatibilityTransformer/Inputs/Rtm1SchemaLocation.sarif
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"$schema": "http://json.schemastore.org/sarif-2.1.0-rtm.1", | ||
"version": "2.1.0", | ||
"runs": [ | ||
{ | ||
"tool": { | ||
"driver": { | ||
"name": "CodeScanner" | ||
} | ||
}, | ||
"results": [], | ||
"columnKind": "utf16CodeUnits" | ||
} | ||
], | ||
"properties": { | ||
"comment": "Regression test for #1584: Multitool Transform can't upgrade 'http://json.schemastore.org/sarif-2.1.0-rtm.1' schema" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters