Commit d14028e4 authored by GitLab Bot's avatar GitLab Bot

Automatic merge of gitlab-org/gitlab-ce master

parents 56a56dd5 948a721d
...@@ -2,6 +2,7 @@ include: ...@@ -2,6 +2,7 @@ include:
- template: Code-Quality.gitlab-ci.yml - template: Code-Quality.gitlab-ci.yml
- template: Security/SAST.gitlab-ci.yml - template: Security/SAST.gitlab-ci.yml
- template: Security/Dependency-Scanning.gitlab-ci.yml - template: Security/Dependency-Scanning.gitlab-ci.yml
- template: Security/DAST.gitlab-ci.yml
code_quality: code_quality:
extends: .dedicated-no-docs extends: .dedicated-no-docs
...@@ -24,3 +25,12 @@ dependency_scanning: ...@@ -24,3 +25,12 @@ dependency_scanning:
tags: [] tags: []
before_script: [] before_script: []
cache: {} cache: {}
dast:
extends: .dedicated-no-docs
stage: qa
dependencies:
- review-deploy
before_script:
- export DAST_WEBSITE="$(cat review_app_url.txt)"
cache: {}
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