We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b75a53b commit c6ecb61Copy full SHA for c6ecb61
tools/CheckSignature.ps1
@@ -94,7 +94,7 @@ function Check-All {
94
Write-Host "Found $($invalidAuthenticodeList.Count) files with an invalid authenticode signature." -ForegroundColor Red
95
}
96
else {
97
- Write-Host "All files (.dll, .ps1, .psd1) have a valid authenticode signature." -ForegroundColor Green
+ Write-Host "All files (.dll, .ps1, .psm1) have a valid authenticode signature." -ForegroundColor Green
98
99
100
if ($invalidList.Length -gt 0) {
@@ -213,4 +213,4 @@ else
213
Write-Host "No switch parameter set - checking all files in current directory" -ForegroundColor Yellow
214
215
216
-Check-All $path
+Check-All $path
0 commit comments