You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-emulation/docker-bench-security/files/docker-bench-security

8 lines
174 B

#!/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