From 7328ffd61378225282f5b7b56ed38777288ea725 Mon Sep 17 00:00:00 2001 From: Mark Bolwell Date: Fri, 6 Dec 2024 14:14:07 +0000 Subject: [PATCH] udpated script Signed-off-by: Mark Bolwell --- run_audit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_audit.sh b/run_audit.sh index e958972..6fedef3 100755 --- a/run_audit.sh +++ b/run_audit.sh @@ -25,7 +25,7 @@ # Goss benchmark variables (these should not need changing unless new release) BENCHMARK=CIS # Benchmark Name aligns to the audit BENCHMARK_VER=1.0.0 -BENCHMARK_OS=UBUNTU +BENCHMARK_OS=UBUNTU24 # Goss host Variables AUDIT_BIN="${AUDIT_BIN:-/usr/local/bin/goss}" # location of the goss executable