mirror of
https://github.com/github/codeql-action.git
synced 2026-01-01 04:00:24 +08:00
18 lines
368 B
JSON
18 lines
368 B
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": "LGTM.com",
|
|
"organization": "Semmle",
|
|
"version": "1.24.0-SNAPSHOT",
|
|
"rules": []
|
|
}
|
|
},
|
|
"results": 42
|
|
}
|
|
]
|
|
}
|