mirror of
https://github.com/ovh/debian-cis.git
synced 2025-07-16 22:02:17 +02:00
chore: drop debian 10 and below support
Currently, the only LTS Debian are 11 and 12 We only support CIS for LTS debian
This commit is contained in:
@ -57,6 +57,6 @@ get_distribution
|
||||
get_debian_major_version
|
||||
|
||||
# shellcheck disable=SC2034
|
||||
SMALLEST_SUPPORTED_DEBIAN_VERSION=10
|
||||
SMALLEST_SUPPORTED_DEBIAN_VERSION=11
|
||||
# shellcheck disable=SC2034
|
||||
HIGHEST_SUPPORTED_DEBIAN_VERSION=12
|
||||
|
Reference in New Issue
Block a user