Permalink
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
codeql-action/src/testdata/tool-names.sarif
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Kevin Sawicki
Send tool names as parameter to upload endpoint
41 lines (41 sloc)
658 Bytes
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
{ | |
"$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 | |
} | |
} | |
} | |
] | |
} |