docker-bench-security/tests/X_community_tests.sh
Thomas Sjögren 0c4944dc50 convert all tests to functions, add 't' argument, add functions_lib.sh
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
2016-01-31 21:33:14 +01:00

12 lines
190 B
Bash

#!/bin/sh
check_community() {
logit "\n"
info "X - Community contributed tests"
}
check_community_1() {
check_community_1="X.1 - Placeholder"
echo "This is just a placeholder."
}