fix shell source line & trusted pkgs parsing

This commit is contained in:
Sahilb315
2025-12-18 00:01:06 +05:30
parent fcc1b628c2
commit adec9b67ca
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -276,7 +276,7 @@ func (g *packageManagerGuard) isTrustedConfirmable(result *analyzer.PackageVersi
return false
}
trustedPkgs := g.config.TrustedPackages.Purl
trustedPkgs := g.config.TrustedPackages.Purls
if len(trustedPkgs) == 0 {
return false
}