Welcome to mirror list, hosted at ThFree Co, Russian Federation.

template_helpers.rb « ci « helpers « support « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 598a5a0beccc23e16169919d5062aecf8a2a0ac0 (plain)
1
2
3
4
5
6
7
8
9
10
11
# frozen_string_literal: true

module Ci
  module TemplateHelpers
    def secure_analyzers_prefix
      'registry.gitlab.com/security-products'
    end
  end
end

Ci::TemplateHelpers.prepend_mod