CIS-Script
CIS-Script copied to clipboard
Support for Ventura
Modified CISBenchmark.sh to allow for Ventura Line 26 - added && [[ "$osVersion" != "13."* ]]
Added 3 lines (lines 277-279) elif [[ "$osVersion" = "13."* ]]; then echo "*** Current version - macOS Ventura ${osVersion} (${buildVersion})" echo "" 1>&2
Added 2 lines (CISBenchmarkReport) - lines 2785-2786 elif [[ "$osVersion" = "13."* ]]; then echo "Security report - $(date) - macOS Ventura ${osVersion} (${buildVersion});;;;;;" >> "${CISBenchmarkReport}"
Any update on this? The script still doesn't support Ventura