Exclude the temporary directory from scanning.
This commit is contained in:
parent
2841489ddf
commit
206e34cbb4
9 changed files with 85 additions and 16 deletions
|
|
@ -50,7 +50,7 @@ async function createdDBForScannedLanguages(
|
|||
) {
|
||||
// Insert the LGTM_INDEX_X env vars at this point so they are set when
|
||||
// we extract any scanned languages.
|
||||
analysisPaths.includeAndExcludeAnalysisPaths(config);
|
||||
analysisPaths.includeAndExcludeAnalysisPaths(config, logger);
|
||||
|
||||
const codeql = getCodeQL(config.codeQLCmd);
|
||||
for (const language of config.languages) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue