We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef1ff24 commit 76503aaCopy full SHA for 76503aa
Update-ToolkitMetadata.ps1
@@ -38,5 +38,5 @@ Get-ChildItem -Path $WorkFolder -Include $executableExtensions -Recurse -File -D
38
$vtReport = "https://www.virustotal.com/gui/file/$hash"
39
$metadata.ExecutableFiles += [PSCustomObject]@{Alg = $alg; Hash = $hash; FileName = $fName; VirusTotalScanReportURL = $vtReport }
40
}
41
-$metadata | ConvertTo-Json -Compress -Depth 100 | Out-File -FilePath $MetadataFile -Encoding "utf8"
42
-Write-Host "[+] File updated." -ForegroundColor Yellow
+$metadata | ConvertTo-Json -Depth 100 | Out-File -FilePath $MetadataFile -Encoding "utf8"
+Write-Host "[+] File updated." -ForegroundColor Yellow
0 commit comments