feat(ci): add DAST job configuration to GitLab CI
Signed-off-by: Klagarge <remi@heredero.ch>
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user