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:
2025-09-04 15:13:13 +00:00
parent 8feec8bde3
commit ba5876055c

View File

@@ -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