summarylogtreecommitdiffstats
path: root/docker-bench-security-exec.sh
blob: b8b2aed3de70b056e7a3a7a2518747974199a80f (plain)
1
2
3
4
5
#!/bin/bash

pushd /opt/docker-bench-security > /dev/null
exec /opt/docker-bench-security/docker-bench-security.sh "$@"
popd > /dev/null