mirror of
https://gitlab.durp.info/durfy/ci-includes/yml.git
synced 2026-05-07 07:50:30 -05:00
update
This commit is contained in:
parent
c87cfffd18
commit
5cf4b1d71c
1 changed files with 3 additions and 3 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue