add: Array list to store the results of the audit

This commit is contained in:
DrIOS
2024-05-26 13:10:06 -05:00
parent d06875700d
commit 5f5b220fd4
2 changed files with 5 additions and 5 deletions

View File

@@ -3,8 +3,8 @@ Import-Module .\output\module\M365FoundationsCISReport\*\*.psd1
.\helpers\psDoc-master\src\psDoc.ps1 -moduleName M365FoundationsCISReport -outputDir ".\" -template ".\helpers\psDoc-master\src\out-markdown-template.ps1" -fileName ".\README.md"
<#
$ver = "v0.1.1"
#<#
$ver = "v0.1.2"
git checkout main
git pull origin main
git tag -a $ver -m "Release version $ver Bugfix Update"