Collect config environment variable usage metric
Collect basic metrics about a DAST scan. The scan_uuid
allows joining to other DAST scan metrics.
{
"event": "collect_dast_scan_config_variable_metrics_from_pipeline",
// Columns (join, filter, fast)
"property": "scan_uuid", // join: Allows joining
"label": "DAST_CONFIG_VARIABLE" // fast: Config environment variable
}
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