Skip to content

Commit

Permalink
updated default run location
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Bolwell <[email protected]>
  • Loading branch information
uk-bolly committed Sep 20, 2022
1 parent e71acb9 commit aae0f27
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Changelog.MD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

## Stig V1R7 27th July 2022

- auditd config tests now exntded for mutliple locations
- auditd config tests now extended for multiple locations
- default location is now /opt
- pwquality based checks extended for all files
- all files linted for blank line at end of file
- new Rule ID for listed
Expand Down
4 changes: 2 additions & 2 deletions run_audit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# Goss host Variables
AUDIT_BIN="${AUDIT_BIN:-/usr/local/bin/goss}" # location of the goss executable
AUDIT_FILE="${AUDIT_FILE:-goss.yml}" # the default goss file used by the audit provided by the audit configuration
AUDIT_CONTENT_LOCATION="${AUDIT_CONTENT_LOCATION:-/var/tmp}" # Location of the audit configuration file as available to the OS
AUDIT_CONTENT_LOCATION="${AUDIT_CONTENT_LOCATION:-/opt}" # Location of the audit configuration file as available to the OS


# Goss benchmark variables (these should not need changing unless new release)
Expand Down Expand Up @@ -187,4 +187,4 @@ echo "###############"

else
echo "Fail Audit - There were issues when running the audit please investigate $audit_out"
fi
fi

0 comments on commit aae0f27

Please sign in to comment.