Switch to internal CI component
This commit is contained in:
@@ -1,27 +1,4 @@
|
|||||||
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:
|
include:
|
||||||
- template: Auto-DevOps.gitlab-ci.yml
|
- component: $CI_SERVER_FQDN/go/components/golang@master
|
||||||
variables:
|
inputs:
|
||||||
BUILD_DISABLED: 'true'
|
build-mode: module
|
||||||
CODE_INTELLIGENCE_DISABLED: 'true'
|
|
||||||
CONTAINER_SCANNING_DISABLED: 'true'
|
|
||||||
SECRET_DETECTION_ENABLED: 'true'
|
|
||||||
secret_detection:
|
|
||||||
stage: secret-detection
|
|
||||||
|
Reference in New Issue
Block a user