Enable SAST, Secrets Detection, etc.

This commit is contained in:
2025-09-04 14:27:11 +02:00
parent 6cdc738917
commit 45e3758ce3

24
.gitlab-ci.yml Normal file
View File

@@ -0,0 +1,24 @@
stages:
- build
- test
- deploy
- review
- dast
- staging
- canary
- production
- incremental rollout 10%
- incremental rollout 25%
- incremental rollout 50%
- incremental rollout 100%
- performance
- cleanup
- secret-detection
sast:
stage: test
include:
- template: Auto-DevOps.gitlab-ci.yml
variables:
SECRET_DETECTION_ENABLED: 'true'
secret_detection:
stage: secret-detection