Add sarifRunPropertyFlag to databaseInterpretResults()
This commit is contained in:
parent
db539989ff
commit
b311eee555
3 changed files with 9 additions and 0 deletions
|
|
@ -247,6 +247,8 @@ export async function runQueries(
|
|||
): Promise<QueriesStatusReport> {
|
||||
const statusReport: QueriesStatusReport = {};
|
||||
|
||||
const sarifRunPropertyFlag = undefined;
|
||||
|
||||
const codeql = await getCodeQL(config.codeQLCmd);
|
||||
const queryFlags = [memoryFlag, threadsFlag];
|
||||
|
||||
|
|
@ -336,6 +338,7 @@ export async function runQueries(
|
|||
addSnippetsFlag,
|
||||
threadsFlag,
|
||||
enableDebugLogging ? "-vv" : "-v",
|
||||
sarifRunPropertyFlag,
|
||||
automationDetailsId,
|
||||
config,
|
||||
features,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue