Commit 5baab510 authored by Shinya Maeda's avatar Shinya Maeda

Merge branch 'run_dast_job_even_if_the_user_isnt_licensed_290958' into 'master'

Remove license check from DAST.gitlab-ci.yml

See merge request gitlab-org/gitlab!51279
parents b4a8c71c 9a554171
---
title: Update the DAST latest template to run when configured even if the user doesn't have sufficient permission
merge_request: 51279
author:
type: changed
......@@ -38,8 +38,6 @@ dast:
$CI_KUBERNETES_ACTIVE &&
$GITLAB_FEATURES =~ /\bdast\b/
- if: $CI_COMMIT_BRANCH &&
$GITLAB_FEATURES =~ /\bdast\b/ &&
$DAST_WEBSITE
- if: $CI_COMMIT_BRANCH &&
$GITLAB_FEATURES =~ /\bdast\b/ &&
$DAST_API_SPECIFICATION
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment