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
579209d521
commit
919aa63a77
2 changed files with 4 additions and 4 deletions
|
|
@ -24,7 +24,7 @@ generate_sbom:
|
||||||
optional: true
|
optional: true
|
||||||
artifacts: true
|
artifacts: true
|
||||||
rules:
|
rules:
|
||||||
- !reference [.default_mr_rules, rules]
|
- !reference [.mr_only_rules, rules]
|
||||||
|
|
||||||
generate_cve:
|
generate_cve:
|
||||||
extends: .generate_cve
|
extends: .generate_cve
|
||||||
|
|
@ -33,7 +33,7 @@ generate_cve:
|
||||||
- job: generate_sbom
|
- job: generate_sbom
|
||||||
artifacts: true
|
artifacts: true
|
||||||
rules:
|
rules:
|
||||||
- !reference [.default_mr_rules, rules]
|
- !reference [.mr_only_rules, rules]
|
||||||
|
|
||||||
version:
|
version:
|
||||||
extends: .version
|
extends: .version
|
||||||
|
|
|
||||||
|
|
@ -8,10 +8,10 @@
|
||||||
- if: $CI_MERGE_REQUEST_IID
|
- if: $CI_MERGE_REQUEST_IID
|
||||||
exists:
|
exists:
|
||||||
- "sonar-project.properties"
|
- "sonar-project.properties"
|
||||||
- if: $CI_PIPELINE_SOURCE == "push" && $CI_PIPELINE_SOURCE == $CI_DEFAULT_BRANCH
|
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
||||||
exists:
|
exists:
|
||||||
- "sonar-project.properties"
|
- "sonar-project.properties"
|
||||||
- if: $CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH =~ '/^release/'
|
- if: $CI_COMMIT_BRANCH =~ '/^release/'
|
||||||
exists:
|
exists:
|
||||||
- "sonar-project.properties"
|
- "sonar-project.properties"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue