feat(ci): add DAST job configuration to GitLab CI

Signed-off-by: Klagarge <remi@heredero.ch>
This commit is contained in:
2025-04-13 16:20:04 +02:00
parent 697de24eab
commit 7da76417f7

View File

@@ -8,6 +8,7 @@ stages:
- build-docker
- lint
- test
- dast job
.setup_env: &setup_env
before_script:
@@ -74,4 +75,10 @@ docker-build:
include:
- template: Jobs/SAST.gitlab-ci.yml
- template: DAST.gitlab-ci.yml
dast:
stage: dast job
dast_configuration:
site_profile: "dast-site-profile-devsecops-mse"
scanner_profile: "dast-scanner-profile-devsecops-mse"