Files
secret/.gitlab-ci.yml

27 lines
484 B
YAML

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:
BUILD_DISABLED: 'true'
CODE_INTELLIGENCE_DISABLED: 'true'
CONTAINER_SCANNING_DISABLED: 'true'
SECRET_DETECTION_ENABLED: 'true'
secret_detection:
stage: secret-detection