Collect version metrics for DAST
Collect basic metrics about a DAST scan. The scan_uuid allows joining to other DAST scan metrics. DAST version numbers are in the MAJOR.MINTOR.PATCH format (example: 6.1.0).
{
"event": "collect_dast_scan_version_metrics_from_pipeline",
// Columns (join, filter, fast)
"property": "scan_uuid", // join: Allows joining
"value": 18, // fast: Major version
"label": "12", // fast: Minor version
"patch": 0, // slow: Patch version
}
Implementation Plan
-
Define new internal event in monolith -
Whitelist event name for use in security report -
Populate event in DAST security report -
Validate event data is populating in snowflake
Edited by Michael Eddington