mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-01-19 00:32:34 +01:00
mention dvs version
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
This commit is contained in:
parent
fa9b227a7b
commit
4bbfc5465e
2 changed files with 2 additions and 2 deletions
|
@ -72,7 +72,7 @@ if [ "x$ID" != "x0" ]; then
|
|||
fi
|
||||
|
||||
logit "Initializing $(date)\n"
|
||||
beginjson "$(date +%s)"
|
||||
beginjson "1.3.4" "$(date +%s)"
|
||||
|
||||
# Load all the tests from tests/ and run them
|
||||
main () {
|
||||
|
|
|
@ -30,7 +30,7 @@ yell () {
|
|||
}
|
||||
|
||||
beginjson () {
|
||||
printf "{\n \"start\": %s," "$1" | tee "$logger.json" 2>/dev/null 1>&2
|
||||
printf "{\n \"dockerbenchsecurity\": \"%s\",\n \"start\": %s," "$1" "$2" | tee "$logger.json" 2>/dev/null 1>&2
|
||||
}
|
||||
|
||||
endjson (){
|
||||
|
|
Loading…
Reference in a new issue