IMP(1.4.1,1.4.2,1.4.3): skip on docker

This commit is contained in:
Thibault Ayanides 2020-10-27 15:12:09 +01:00
parent 027552f364
commit 4680465095
3 changed files with 30 additions and 18 deletions

View File

@ -1,10 +1,14 @@
# run-shellcheck # run-shellcheck
test_audit() { test_audit() {
describe Running on blank host if [ -f "/.dockerenv" ]; then
register_test retvalshouldbe 0 skip "SKIPPED on docker"
dismiss_count_for_test else
# shellcheck disable=2154 describe Running on blank host
run blank /opt/debian-cis/bin/hardening/"${script}".sh --audit-all register_test retvalshouldbe 0
dismiss_count_for_test
# shellcheck disable=2154
run blank /opt/debian-cis/bin/hardening/"${script}".sh --audit-all
# TODO fill comprehensive tests # TODO fill comprehensive tests
fi
} }

View File

@ -1,10 +1,14 @@
# run-shellcheck # run-shellcheck
test_audit() { test_audit() {
describe Running on blank host if [ -f "/.dockerenv" ]; then
register_test retvalshouldbe 0 skip "SKIPPED on docker"
dismiss_count_for_test else
# shellcheck disable=2154 describe Running on blank host
run blank /opt/debian-cis/bin/hardening/"${script}".sh --audit-all register_test retvalshouldbe 0
dismiss_count_for_test
# shellcheck disable=2154
run blank /opt/debian-cis/bin/hardening/"${script}".sh --audit-all
# TODO fill comprehensive tests # TODO fill comprehensive tests
fi
} }

View File

@ -1,10 +1,14 @@
# run-shellcheck # run-shellcheck
test_audit() { test_audit() {
describe Running on blank host if [ -f "/.dockerenv" ]; then
register_test retvalshouldbe 0 skip "SKIPPED on docker"
dismiss_count_for_test else
# shellcheck disable=2154 describe Running on blank host
run blank /opt/debian-cis/bin/hardening/"${script}".sh --audit-all register_test retvalshouldbe 0
dismiss_count_for_test
# shellcheck disable=2154
run blank /opt/debian-cis/bin/hardening/"${script}".sh --audit-all
# TODO fill comprehensive tests # TODO fill comprehensive tests
fi
} }