mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-09-23 00:57:14 +00:00
skeleton json
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
This commit is contained in:
parent
a5a40e80a9
commit
809da21c4a
3 changed files with 26 additions and 0 deletions
|
@ -72,6 +72,7 @@ if [ "x$ID" != "x0" ]; then
|
|||
fi
|
||||
|
||||
logit "Initializing $(date)\n"
|
||||
beginjson "$(date +%s)"
|
||||
|
||||
# Load all the tests from tests/ and run them
|
||||
main () {
|
||||
|
@ -92,6 +93,8 @@ main () {
|
|||
do
|
||||
. ./"$test"
|
||||
done
|
||||
|
||||
endjson "$(date +%s)"
|
||||
}
|
||||
|
||||
main "$@"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue