Skip to content

Commit

Permalink
Merge branch 'main' into jamiemagee/enable-docker-content-trust
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMagee committed Apr 29, 2024
2 parents 42cda8d + 7b25e93 commit b7cd6c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nuget/lib/dependabot/nuget/file_parser.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ class FileParser < Dependabot::FileParsers::Base
def parse
workspace_path = project_files.first&.directory
return [] unless workspace_path
return [] unless repo_contents_path

# `workspace_path` is the only unique value here so we use it as the cache key
cache = T.let(CacheManager.cache("file_parser.parse"), T::Hash[String, T::Array[Dependabot::Dependency]])
Expand Down

0 comments on commit b7cd6c7

Please sign in to comment.