Add missing HARDENING_LEVEL (#44)

Co-authored-by: GoldenKiwi <thibault.dewailly@corp.ovh.com>
This commit is contained in:
Thibault Ayanides
2021-02-17 11:51:51 +01:00
committed by GitHub
parent d1b371f410
commit 40fb536d4e
8 changed files with 20 additions and 3 deletions

View File

@ -13,6 +13,7 @@ set -e # One error, it's over
set -u # One variable unset, it's over
# shellcheck disable=2034
HARDENING_LEVEL=3
# shellcheck disable=2034
DESCRIPTION="Check all special features in sshd_config are disabled"