summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emulation/docker-bench-security/files/docker-bench-security')
-rw-r--r--app-emulation/docker-bench-security/files/docker-bench-security7
1 files changed, 0 insertions, 7 deletions
diff --git a/app-emulation/docker-bench-security/files/docker-bench-security b/app-emulation/docker-bench-security/files/docker-bench-security
deleted file mode 100644
index 3a79d1b3af4d..000000000000
--- a/app-emulation/docker-bench-security/files/docker-bench-security
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/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