mirror of
https://github.com/ovh/debian-cis.git
synced 2025-09-09 07:50:54 +02:00
feat: add trixie docker build
Ensure the current debian12 scripts are going to run on trixie
This commit is contained in:
@@ -6,7 +6,7 @@ test_audit() {
|
||||
|
||||
tests_is_ipv6_enabled
|
||||
tests_get_debian_major_version
|
||||
if [ "$CURRENT_IPV6_ENABLED" -eq 0 ] && [ "$DEB_MAJ_VER" -gt 11 ]; then
|
||||
if [ "$CURRENT_IPV6_ENABLED" -eq 0 ] && [ "$DEB_MAJ_VER" -eq 12 ]; then
|
||||
|
||||
describe Prepare test
|
||||
# shellcheck disable=2216
|
||||
@@ -24,7 +24,7 @@ test_audit() {
|
||||
|
||||
fi
|
||||
|
||||
if [ "$DEB_MAJ_VER" -gt 11 ]; then
|
||||
if [ "$DEB_MAJ_VER" -eq 12 ]; then
|
||||
|
||||
describe Running success
|
||||
register_test retvalshouldbe 0
|
||||
|
Reference in New Issue
Block a user