update
This commit is contained in:
@@ -16,14 +16,14 @@ include:
|
|||||||
- 'jobs/docker.yml'
|
- 'jobs/docker.yml'
|
||||||
|
|
||||||
secret_detection:
|
secret_detection:
|
||||||
stage: compliance
|
stage: validate
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_MERGE_REQUEST_IID
|
- if: $CI_MERGE_REQUEST_IID
|
||||||
allow_failure: false
|
allow_failure: false
|
||||||
|
|
||||||
sonarqube:
|
sonarqube:
|
||||||
extends: .sonarcloud-check
|
extends: .sonarcloud-check
|
||||||
stage: compliance
|
stage: validate
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_COMMIT_BRANCH =~ '/^release/' || $CI_MERGE_REQUEST_IID
|
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_COMMIT_BRANCH =~ '/^release/' || $CI_MERGE_REQUEST_IID
|
||||||
@@ -32,7 +32,7 @@ sonarqube:
|
|||||||
|
|
||||||
golang-lint:
|
golang-lint:
|
||||||
extends: .golang-lint
|
extends: .golang-lint
|
||||||
stage: compliance
|
stage: validate
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_MERGE_REQUEST_IID
|
- if: $CI_MERGE_REQUEST_IID
|
||||||
exists:
|
exists:
|
||||||
|
|||||||
Reference in New Issue
Block a user