fix: improve dependency resolution and package deduplication

This commit is contained in:
Sahilb315
2025-05-29 00:39:10 +05:30
parent dad32fd6d1
commit 04e7b97785
4 changed files with 52 additions and 16 deletions
+1
View File
@@ -120,6 +120,7 @@ func (g *packageManagerGuard) Run(ctx context.Context, args []string) error {
}
}
fmt.Println("Packages to analyse: ", packagesToAnalyze)
log.Debugf("Checking %d packages for malware", len(packagesToAnalyze))
g.setStatus(fmt.Sprintf("Analyzing %d packages for malware", len(packagesToAnalyze)))