Configure SAST and Secret Detection in .gitlab-ci.yml, creating this file if it does not already exist
This commit is contained in:
@@ -20,7 +20,12 @@ stages:
|
|||||||
- incremental rollout 100%
|
- incremental rollout 100%
|
||||||
- performance
|
- performance
|
||||||
- cleanup
|
- cleanup
|
||||||
|
- secret-detection
|
||||||
sast:
|
sast:
|
||||||
stage: test
|
stage: test
|
||||||
include:
|
include:
|
||||||
- template: Auto-DevOps.gitlab-ci.yml
|
- template: Auto-DevOps.gitlab-ci.yml
|
||||||
|
variables:
|
||||||
|
SECRET_DETECTION_ENABLED: 'true'
|
||||||
|
secret_detection:
|
||||||
|
stage: secret-detection
|
||||||
|
|||||||
Reference in New Issue
Block a user