Skip to content

Commit 894b862

Browse files
committed
update Azure Scan
1 parent 880eaab commit 894b862

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/scan/Invoke-AzureScanner.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Function Invoke-AzureScanner{
9494
}
9595
$O365Object.ResourceGroups = Get-MonkeyAzResourceGroup -ResourceGroupNames $rg_names
9696
#Get all resources within subscription
97-
$O365Object.all_resources = Get-MonkeyAzResource -ResourceGroupNames $rg_names -DiagnosticSettingsSupport
97+
$O365Object.all_resources = Get-MonkeyAzResource -ResourceGroupNames $rg_names -DiagnosticSettingsSupport -AddDiagnosticSetting
9898
#Check if should skip resources from being scanned
9999
Skip-MonkeyAzResource
100100
#Set synchronized hashtable

0 commit comments

Comments
 (0)