Skip to content

Commit

Permalink
Update Find-MicrosoftSecurityScannerViolations.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
gavsto authored Mar 8, 2021
1 parent a96f27f commit da611f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Find-MicrosoftSecurityScannerViolations.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function Start-MSERTScanner {
$proc | Wait-Process -Timeout 1800 -ErrorAction Stop
}
catch [TimeoutException] {
Write-Error -Message "WARNING: Microsoft security scanner took longer than 15 minutes so script terminated: $($_.Exception.Message)" -Exception $_.Exception
Write-Error -Message "WARNING: Microsoft security scanner took longer than 30 minutes so script terminated: $($_.Exception.Message)" -Exception $_.Exception
throw
}
Write-Debug "MSERT Scanner has finished"
Expand Down

0 comments on commit da611f3

Please sign in to comment.