Merge branch 'main' into daverlo/categoryInput

This commit is contained in:
David Verdeguer 2021-05-10 14:54:09 +02:00
commit ea18d47a2b
20 changed files with 169 additions and 74 deletions

3
lib/codeql.js generated
View file

@ -439,6 +439,9 @@ function getCodeQLForCmd(cmd) {
"--sarif-multicause-markdown",
`--output=${sarifFile}`,
addSnippetsFlag,
// Enable progress verbosity so we log each query as it's interpreted. This aids debugging
// when interpretation takes a while for one of the queries being analyzed.
"-v",
...getExtraOptionsFromEnv(["database", "analyze"]),
];
if (extraSearchPath !== undefined) {