Commit 9a554171 authored by Craig Smith's avatar Craig Smith Committed by Shinya Maeda

License checks are handled in DAST analyzer

Remove license checks from YAML since they are now
handled in the the DAST analyze script
parent db700dd3
---
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