mirror of
https://github.com/github/codeql-action.git
synced 2025-12-29 10:40:17 +08:00
42 lines
658 B
JSON
42 lines
658 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": "CodeQL command-line toolchain"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"tool": {
|
|
"driver": {
|
|
"name": "CodeQL command-line toolchain"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"tool": {
|
|
"driver": {
|
|
"name": "ESLint"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"tool": {
|
|
"driver": {
|
|
"name": ""
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"tool": {
|
|
"driver": {
|
|
"name": null
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|