From 8b0f0785fff13a682bd11886171819aa73a7a252 Mon Sep 17 00:00:00 2001 From: dependencytrack-bot <106437498+dependencytrack-bot@users.noreply.github.com> Date: Fri, 21 Aug 2026 11:42:32 +0000 Subject: [PATCH] Update config docs Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- docs/reference/configuration/properties.md | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/docs/reference/configuration/properties.md b/docs/reference/configuration/properties.md index 7a35bab..54ca8d9 100644 --- a/docs/reference/configuration/properties.md +++ b/docs/reference/configuration/properties.md @@ -1955,14 +1955,24 @@ Cron expression of the package metadata resolution task.

Note that ENVDT_TASK_PACKAGE_METADATA_RESOLUTION_CRON -**`dt.task.portfolio-analysis.cron`** * [¶](#dttaskportfolio-analysiscron){ .headerlink } +**`dt.task.portfolio-analysis.max-analysis-age-ms`** * [¶](#dttaskportfolio-analysismax-analysis-age-ms){ .headerlink } -Cron expression of the portfolio vulnerability analysis task. +Defines how old a project's analysis may be, in milliseconds, before it is analyzed again.

Note that analyses triggered by BOM upload or manually via API also cause a project's last analysis age to be reset. Projects that are analyzed frequently are thus rarely or never analyzed on schedule. This avoids redundant work. - - - + + + +
Typecron
Default0 6 * * *
ENVDT_TASK_PORTFOLIO_ANALYSIS_CRON
Typeinteger
Default86400000
ENVDT_TASK_PORTFOLIO_ANALYSIS_MAX_ANALYSIS_AGE_MS
+ +**`dt.task.portfolio-analysis.max-in-flight-analyses`** * [¶](#dttaskportfolio-analysismax-in-flight-analyses){ .headerlink } + +Defines the maximum number of project analyses the portfolio analysis task keeps in flight at a time.

Only analyses the task itself started count towards this limit. Analyses started via BOM upload or manually via API are not included. + + + + +
Typeinteger
Default50
ENVDT_TASK_PORTFOLIO_ANALYSIS_MAX_IN_FLIGHT_ANALYSES
**`dt.task.portfolio-metrics-update.cron`** * [¶](#dttaskportfolio-metrics-updatecron){ .headerlink }