updated gitlab ci script

This commit is contained in:
2026-01-11 15:02:25 +02:00
parent a016ec6bf8
commit f81bae773a

View File

@@ -1,22 +1,15 @@
workflow:
rules:
- if: $CI_PIPELINE_SOURCE == "merge request event"
- if: $CI_PIPELINE_SOURCE == "web"
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
- if: $CI_COMMIT_BRANCH
stages:
- security
- lint
include:
- template: Security/SAST.gitlab-ci.yml
- template: Security/DAST.gitlab-ci.yml
sast:
stage: security
dast:
stage: security
stages:
- security
- test
markdown_lint:
stage: lint