Include DAST as dependent CI template

This commit is contained in:
Lucas Charles 2019-04-04 00:21:44 +00:00 committed by Douglas Barbosa Alexandre
parent ea8cf8a8e5
commit 1d88fa9c82
1 changed files with 3 additions and 1 deletions

View File

@ -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|