Add analysis_is_diff_informed to status report
This commit is contained in:
parent
7ae5fc37a2
commit
5889cfd499
6 changed files with 12 additions and 2 deletions
1
lib/analyze.js
generated
1
lib/analyze.js
generated
|
|
@ -368,6 +368,7 @@ extensions:
|
|||
// Runs queries and creates sarif files in the given folder
|
||||
async function runQueries(sarifFolder, memoryFlag, addSnippetsFlag, threadsFlag, diffRangePackDir, automationDetailsId, config, logger, features) {
|
||||
const statusReport = {};
|
||||
statusReport.analysis_is_diff_informed = diffRangePackDir !== undefined;
|
||||
const dataExtensionFlags = diffRangePackDir
|
||||
? [
|
||||
`--additional-packs=${diffRangePackDir}`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue