summaryrefslogtreecommitdiff
path: root/spec/support/helpers/ci/template_helpers.rb
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