Skip to content
Snippets Groups Projects
Commit 879c25d9 authored by Dennis Appelt's avatar Dennis Appelt Committed by Rémy Coutable
Browse files

Enable DAST

parent 8b1efef3
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
Loading
@@ -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: {}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment