You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The matching check to Issue #3 in 2_Security_Audit_Compliance.sh has not been changed to match so Macs will always fail the 3.3 check. Line 767 needs to be changed.
if [ "$auditRetention" = "expire-after:60D OR 1G" ]; then
should be
if [ "$auditRetention" = "expire-after:60d OR 1G" ]; then
The text was updated successfully, but these errors were encountered:
The matching check to Issue #3 in 2_Security_Audit_Compliance.sh has not been changed to match so Macs will always fail the 3.3 check. Line 767 needs to be changed.
should be
The text was updated successfully, but these errors were encountered: