summaryrefslogtreecommitdiff
path: root/spec/support/helpers/ci/template_helpers.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/helpers/ci/template_helpers.rb')
-rw-r--r--spec/support/helpers/ci/template_helpers.rb11
1 files changed, 11 insertions, 0 deletions
diff --git a/spec/support/helpers/ci/template_helpers.rb b/spec/support/helpers/ci/template_helpers.rb
new file mode 100644
index 00000000000..7bab58a574e
--- /dev/null
+++ b/spec/support/helpers/ci/template_helpers.rb
@@ -0,0 +1,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