Skip to content

Commit

Permalink
Update dependency_scanner.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vmwclabot2 authored Feb 18, 2025
1 parent a310ecc commit 7108fc8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/dependency_scanner.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,8 @@ def get_dependency_version_from_manifest(self, owner, repo_name, manifest_path,
if manifest_path == "N/A":
return "N/A"

logging.info(f"Parsing {ecosystem} manifest at {manifest_path} for package {package_name}.")

content = self.get_file_content(owner, repo_name, manifest_path)
if not content:
return "N/A"
Expand Down

0 comments on commit 7108fc8

Please sign in to comment.