Skip to content
Snippets Groups Projects
Commit 1d88fa9c authored by Lucas Charles's avatar Lucas Charles Committed by Douglas Barbosa Alexandre
Browse files

Include DAST as dependent CI template

parent ea8cf8a8
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -4,7 +4,9 @@ require 'spec_helper'
 
describe "CI YML Templates" do
ABSTRACT_TEMPLATES = %w[Serverless].freeze
PROJECT_DEPENDENT_TEMPLATES = %w[Auto-DevOps].freeze
# These templates depend on the presence of the `project`
# param to enable processing of `include:` within CI config.
PROJECT_DEPENDENT_TEMPLATES = %w[Auto-DevOps DAST].freeze
 
def self.concrete_templates
Gitlab::Template::GitlabCiYmlTemplate.all.reject do |template|
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment