Skip to content

Commit e896f44

Browse files
committed
fix: carry DAP source date into reportable scan results
1 parent 6239e74 commit e896f44

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/scanners/result-normalizer.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ export function normalizeUrlScanResult({
2424
run_id: runId,
2525
url: urlRecord.url,
2626
page_load_count: urlRecord.page_load_count ?? null,
27+
source_date: urlRecord.source_date ?? null,
2728
scan_status: status.scan_status,
2829
failure_reason: status.failure_reason,
2930
lighthouse_performance: lighthouseResult?.lighthouse_performance ?? null,

0 commit comments

Comments
 (0)