Merge pull request #284 from github/daverlo/min-disk-free
Add min disk free flag to database analyze:
This commit is contained in:
commit
f0c568a42f
3 changed files with 3 additions and 1 deletions
1
lib/codeql.js
generated
1
lib/codeql.js
generated
|
|
@ -399,6 +399,7 @@ function getCodeQLForCmd(cmd) {
|
|||
memoryFlag,
|
||||
threadsFlag,
|
||||
databasePath,
|
||||
"--min-disk-free=1024",
|
||||
"--format=sarif-latest",
|
||||
`--output=${sarifFile}`,
|
||||
addSnippetsFlag,
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -612,6 +612,7 @@ function getCodeQLForCmd(cmd: string): CodeQL {
|
|||
memoryFlag,
|
||||
threadsFlag,
|
||||
databasePath,
|
||||
"--min-disk-free=1024", // Try to leave at least 1GB free
|
||||
"--format=sarif-latest",
|
||||
`--output=${sarifFile}`,
|
||||
addSnippetsFlag,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue