From fb9c4170887bf0b9340c1816e631cc368cdcf9e4 Mon Sep 17 00:00:00 2001 From: Hannah Baker Date: Mon, 15 Dec 2025 13:12:12 +0000 Subject: [PATCH] Update collect_dast_scan_crawl_metrics_from_pipeline event definition to correct label field description --- .../events/collect_dast_scan_crawl_metrics_from_pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ee/config/events/collect_dast_scan_crawl_metrics_from_pipeline.yml b/ee/config/events/collect_dast_scan_crawl_metrics_from_pipeline.yml index f38889cd2fb3ae..bd286a26db89b9 100644 --- a/ee/config/events/collect_dast_scan_crawl_metrics_from_pipeline.yml +++ b/ee/config/events/collect_dast_scan_crawl_metrics_from_pipeline.yml @@ -19,6 +19,6 @@ additional_properties: value: description: "count of potential attack surface discovered" label: - description: "total scan time in minutes" + description: "total crawl time in milliseconds" max_crawl_depth: description: "maximum depth reached in the crawl path hierarchy" -- GitLab