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
|
- template: Auto-DevOps.gitlab-ci.yml
|
||||||
variables:
|
variables:
|
||||||
BUILD_DISABLED: 'true'
|
BUILD_DISABLED: 'true'
|
||||||
|
CODE_INTELLIGENCE_DISABLED: 'true'
|
||||||
|
CONTAINER_SCANNING_DISABLED: 'true'
|
||||||
SECRET_DETECTION_ENABLED: 'true'
|
SECRET_DETECTION_ENABLED: 'true'
|
||||||
secret_detection:
|
secret_detection:
|
||||||
stage: secret-detection
|
stage: secret-detection
|
Reference in New Issue
Block a user