extended audit options

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell
2022-06-13 07:43:46 +01:00
parent 7c69e572e0
commit 6385786143
+1 -3
View File
@@ -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