You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
: Defines the default value for the telemetry submission enabled setting. <br/><br/> This is only used during initial database seeding. Once the setting exists in the database, it can be toggled via the REST API or the admin UI. <br/><br/> To opt out of telemetry before first startup, set this to `false`.
: Delays the BOM_PROCESSED notification until the vulnerability analysis associated with a given BOM upload is completed. The intention being that it is then "safe" to query the API for any identified vulnerabilities. This is specifically for cases where polling the /api/v1/bom/token/<TOKEN> endpoint is not feasible. THIS IS A TEMPORARY FUNCTIONALITY AND MAY BE REMOVED IN FUTURE RELEASES WITHOUT FURTHER NOTICE.
1055
1064
@@ -2089,7 +2098,7 @@ Configuration properties may use the following types:
: Maximum duration in ISO 8601 format for which the portfolio metrics update task will hold a lock. <br/><br/> The duration should be long enough to cover the task's execution duration.
: Minimum duration in ISO 8601 format for which the portfolio metrics update task will hold a lock. <br/><br/> The duration should be long enough to cover eventual clock skew across API server instances.
: Cron expression of the telemetry submission task. <br/><br/> The task enforces a 24-hour minimum interval between submissions, so the cron expression controls how often the task checks whether a submission is due.
0 commit comments