Sha256: 7d0c53d02e2eceec9f45d009e467fab49933571072197a048bd362ff8d64ba14
Contents?: true
Size: 338 Bytes
Versions: 11
Compression:
Stored size: 338 Bytes
Contents
# frozen_string_literal: true require "dependabot/metadata_finders/base" module Dependabot module MetadataFinders module Docker class Docker < Dependabot::MetadataFinders::Base private def look_up_source # TODO: Find a way to add links to PRs nil end end end end end
Version data entries
11 entries across 11 versions & 1 rubygems