Merge pull request #231 from github/add-multi-cause-markdown-flag
Enable the CodeQL SARIF multi-cause markdown flag.
This commit is contained in:
commit
10b43b815a
3 changed files with 3 additions and 1 deletions
1
lib/codeql.js
generated
1
lib/codeql.js
generated
|
|
@ -406,6 +406,7 @@ function getCodeQLForCmd(cmd) {
|
|||
databasePath,
|
||||
"--min-disk-free=1024",
|
||||
"--format=sarif-latest",
|
||||
"--sarif-multicause-markdown",
|
||||
`--output=${sarifFile}`,
|
||||
addSnippetsFlag,
|
||||
...getExtraOptionsFromEnv(["database", "analyze"]),
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -624,6 +624,7 @@ function getCodeQLForCmd(cmd: string): CodeQL {
|
|||
databasePath,
|
||||
"--min-disk-free=1024", // Try to leave at least 1GB free
|
||||
"--format=sarif-latest",
|
||||
"--sarif-multicause-markdown",
|
||||
`--output=${sarifFile}`,
|
||||
addSnippetsFlag,
|
||||
...getExtraOptionsFromEnv(["database", "analyze"]),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue