mirror of
https://github.com/github/codeql-action.git
synced 2025-12-27 01:30:10 +08:00
86 lines
2.0 KiB
JSON
86 lines
2.0 KiB
JSON
{
|
||
"$schema": "https://raw.githubusercontent.com/oasis-tcs/sarif-spec/master/Schemata/sarif-schema-2.1.0.json",
|
||
"version": "2.1.0",
|
||
"runs": [
|
||
{
|
||
"tool": {
|
||
"driver": {
|
||
"name": "CodeQL command-line toolchain",
|
||
"organization": "GitHub",
|
||
"semanticVersion": "2.0.0",
|
||
"rules": []
|
||
}
|
||
},
|
||
"artifacts": [
|
||
{
|
||
"location": {
|
||
"uri": "testFile1.js",
|
||
"uriBaseId": "%SRCROOT%",
|
||
"index": 0
|
||
}
|
||
},
|
||
{
|
||
"location": {
|
||
"uri": "testFile2.js",
|
||
"uriBaseId": "%SRCROOT%",
|
||
"index": 1
|
||
}
|
||
}
|
||
],
|
||
"results": [
|
||
{
|
||
"ruleId": "js/unused-local-variable",
|
||
"ruleIndex": 0,
|
||
"message": {
|
||
"text": "Unused variable a."
|
||
},
|
||
"locations": [
|
||
{
|
||
"physicalLocation": {
|
||
"artifactLocation": {
|
||
"uri": "testFile1.js",
|
||
"uriBaseId": "%SRCROOT%",
|
||
"index": 0
|
||
},
|
||
"region": {
|
||
"startLine": 1,
|
||
"startColumn": 1,
|
||
"endColumn": 10
|
||
}
|
||
}
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"ruleId": "js/unused-local-variable",
|
||
"ruleIndex": 0,
|
||
"message": {
|
||
"text": "Unused variable bar."
|
||
},
|
||
"locations": [
|
||
{
|
||
"physicalLocation": {
|
||
"artifactLocation": {
|
||
"index": 1
|
||
},
|
||
"region": {
|
||
"startLine": 2
|
||
}
|
||
}
|
||
}
|
||
]
|
||
}
|
||
],
|
||
"newlineSequences": [
|
||
"\r\n",
|
||
"\n",
|
||
"
",
|
||
"
"
|
||
],
|
||
"columnKind": "utf16CodeUnits",
|
||
"properties": {
|
||
"semmle.formatSpecifier": "sarif-latest"
|
||
}
|
||
}
|
||
]
|
||
} |