Update .gitlab-ci.yml file to disable container scanning, as we don't have any, and to disable code intelligence, as it's using obsolete lsip-go
.
This commit is contained in:
@@ -20,6 +20,8 @@ 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
|
Reference in New Issue
Block a user