ignore-default-queries -> disable-default-queries
This commit is contained in:
parent
32ced8c901
commit
2809bdc3ee
5 changed files with 9 additions and 9 deletions
|
|
@ -103,7 +103,7 @@ async function runQueries(codeqlCmd: string, databaseFolder: string, sarifFolder
|
|||
core.startGroup('Analyzing ' + database);
|
||||
|
||||
const queries: string[] = [];
|
||||
if (!config.ignoreDefaultQueries) {
|
||||
if (!config.disableDefaultQueries) {
|
||||
queries.push(database + '-code-scanning.qls');
|
||||
}
|
||||
queries.push(...queriesPerLanguage[database]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue