Skip to content
This repository was archived by the owner on Feb 26, 2021. It is now read-only.

Commit 8cf0082

Browse files
committed
Explicitly init the ExecutionTimeService
1 parent d590466 commit 8cf0082

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scb-engine/src/main/java/io/securecodebox/engine/execution/DefaultScanProcessExecution.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ public class DefaultScanProcessExecution implements ScanProcessExecution {
5959

6060
public DefaultScanProcessExecution(DelegateExecution execution) {
6161
this.execution = execution;
62+
this.executionTimeService = new ExecutionTimeService(execution);
6263
}
6364

6465
@Override

0 commit comments

Comments
 (0)