Add configuration option to set CodeQL DB location
This commit is contained in:
parent
feccdcb876
commit
79c79f1be5
38 changed files with 133 additions and 79 deletions
|
|
@ -92,8 +92,9 @@ test("status report fields and search path setting", async (t) => {
|
|||
gitHubVersion: {
|
||||
type: util.GitHubVariant.DOTCOM,
|
||||
} as util.GitHubVersion,
|
||||
dbLocation: path.resolve(tmpDir, "codeql_databases"),
|
||||
};
|
||||
fs.mkdirSync(util.getCodeQLDatabasePath(config.tempDir, language), {
|
||||
fs.mkdirSync(util.getCodeQLDatabasePath(config, language), {
|
||||
recursive: true,
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue