Commit 948a721d authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'da/enable-dast-using-template' into 'master'

Enable DAST

See merge request gitlab-org/gitlab-ce!31970
parents 8b1efef3 879c25d9
......@@ -2,6 +2,7 @@ include:
- template: Code-Quality.gitlab-ci.yml
- template: Security/SAST.gitlab-ci.yml
- template: Security/Dependency-Scanning.gitlab-ci.yml
- template: Security/DAST.gitlab-ci.yml
code_quality:
extends: .dedicated-no-docs
......@@ -24,3 +25,12 @@ dependency_scanning:
tags: []
before_script: []
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