summaryrefslogtreecommitdiff
blob: 3a79d1b3af4df78fc693bffa219cc898cd2fe6df (plain)
1
2
3
4
5
6
7
#!/bin/sh
if [ $(id -u) -ne 0 ]; then
	printf "%s\n" "This script must be run as root."
	exit 1
fi
cd "$(dirname $0)/../lib/docker-bench-security"
./docker-bench-security.sh