mirror of
https://github.com/ovh/debian-cis.git
synced 2025-02-16 23:45:41 +01:00
![GoldenKiwi](/assets/img/avatar_default.png)
* feat: add nftables to firewall software allow list fixes #191 * fix: enhance 3.5.4.1.1_net_fw_default_policy_drop.sh iptables output check, disable associated test
11 lines
324 B
Bash
11 lines
324 B
Bash
# shellcheck shell=bash
|
|
# run-shellcheck
|
|
test_audit() {
|
|
describe Running on blank host
|
|
register_test retvalshouldbe 0
|
|
dismiss_count_for_test
|
|
# Do not run any check, iptables do not work in a docker
|
|
#run blank /opt/debian-cis/bin/hardening/"${script}".sh --audit-all
|
|
# TODO fill comprehensive tests
|
|
}
|