docker-bench-security/tests/X_community_tests.sh

13 lines
190 B
Bash
Raw Normal View History

#!/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."
}