Skip to content

Commit

Permalink
logs added
Browse files Browse the repository at this point in the history
  • Loading branch information
karthika-g committed Jun 14, 2024
1 parent 44432dc commit 18c1f2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/LCT.PackageIdentifier/DebianProcessor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ public async Task<List<Component>> GetJfrogRepoDetailsOfAComponent(List<Componen
{
string repoName = GetArtifactoryRepoName(aqlResultList, component, bomhelper);
string jfrogpackageName = $"{component.Name}_{component.Version}";
Logger.Debug($"Repo Name for the package {jfrogpackageName} is {repoName}");
var hashes = aqlResultList.FirstOrDefault(x => x.Name.Contains(
jfrogpackageName, StringComparison.OrdinalIgnoreCase));

Expand Down

0 comments on commit 18c1f2a

Please sign in to comment.