mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-01-18 08:12:34 +01:00
Displays the correct current time
This commit is contained in:
parent
68cb493117
commit
c8721c90fa
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ fi
|
|||
totalChecks=0
|
||||
currentScore=0
|
||||
|
||||
logit "Initializing $(date +%Y-%m-%dT%H:%m:%S%:z)\n"
|
||||
logit "Initializing $(date +%Y-%m-%dT%H:%M:%S%:z)\n"
|
||||
appendjson
|
||||
beginjson "$version" "$(date +%s)"
|
||||
|
||||
|
|
Loading…
Reference in a new issue