summaryrefslogtreecommitdiff
path: root/spec/support/helpers/ci/template_helpers.rb
blob: 7bab58a574e68e60f6e4df9fabdb48e9e9d91eaf (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/gitlab-org/security-products/analyzers'
    end
  end
end

Ci::TemplateHelpers.prepend_mod