We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f89342c commit c80b707Copy full SHA for c80b707
scripts/main.ps1
@@ -67,6 +67,7 @@ foreach ($file in $files) {
67
68
# 3. Normalize the file paths in FilesAnalyzed
69
$normalizedFiles = @()
70
+ $jsonContent.FilesAnalyzed = $jsonContent.FilesAnalyzed | Sort-Object -Unique
71
foreach ($fa in $jsonContent.FilesAnalyzed) {
72
$normalizedFiles += ($fa -Split '999.0.0')[-1].Replace('\', '/').TrimStart('/').TrimEnd('/')
73
}
0 commit comments