mirror of
https://github.com/safedep/pmg.git
synced 2026-08-03 07:24:09 +02:00
fix: improve dependency resolution and package deduplication
This commit is contained in:
@@ -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)))
|
||||
|
||||
Reference in New Issue
Block a user