mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-01-19 00:32:34 +01:00
cis_checks -> cis function name
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
This commit is contained in:
parent
0c4944dc50
commit
80d9acdf4d
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ main () {
|
||||||
main "$@"
|
main "$@"
|
||||||
|
|
||||||
if [ -z "$tests" ]; then
|
if [ -z "$tests" ]; then
|
||||||
cis_checks
|
cis
|
||||||
else
|
else
|
||||||
"$tests"
|
"$tests"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue