mirror of
https://github.com/ansible-lockdown/RHEL9-CIS-Audit.git
synced 2026-06-01 02:20:27 +00:00
extended audit options
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
+1
-3
@@ -8,7 +8,6 @@
|
||||
# 17 Dec 2021 - Added system_type variable - default Server will change to workstations with -w switch
|
||||
# 02 Mar 2022 - Updated benchmark variable naming
|
||||
# 06 Apr 2022 - Added format option in output inline with goss options e.g. json documentation this is for fault finding
|
||||
# 03 May 2022 - update for audit variables improvement added by @pavloos - https://github.com/ansible-lockdown/RHEL8-CIS-Audit/pull/29
|
||||
|
||||
|
||||
#!/bin/bash
|
||||
@@ -23,7 +22,6 @@ AUDIT_FILE="${AUDIT_FILE:-goss.yml}" # the default goss file used by the audit
|
||||
AUDIT_CONTENT_LOCATION="${AUDIT_CONTENT_LOCATION:-/var/tmp}" # Location of the audit configuration file as available to the OS
|
||||
|
||||
|
||||
|
||||
# Goss benchmark variables (these should not need changing unless new release)
|
||||
BENCHMARK=CIS # Benchmark Name aligns to the audit
|
||||
BENCHMARK_VER=notofficial
|
||||
@@ -190,4 +188,4 @@ echo "###############"
|
||||
|
||||
else
|
||||
echo "Fail Audit - There were issues when running the audit please investigate $audit_out"
|
||||
fi
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user