Skip to content

Commit

Permalink
add run_time to mapper. required for downstream transformations that …
Browse files Browse the repository at this point in the history
…require start and end times.
  • Loading branch information
meme112233 committed Jul 30, 2024
1 parent c979383 commit 3dba0d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libs/hdf-converters/src/msft-secure-score-mapper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,8 @@ export class MsftSecureScoreMapper extends BaseConverter {
data: ControlScore & {implementationStatus: string}
) => data.implementationStatus
},
start_time: {transformer: () => this.data.createdDateTime}
start_time: {transformer: () => this.data.createdDateTime},
run_time: 0
}
]
}
Expand Down

0 comments on commit 3dba0d7

Please sign in to comment.