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
5d148e7153
commit
722d963839
1 changed files with 3 additions and 0 deletions
|
|
@ -47,6 +47,9 @@ generate_sbom:
|
||||||
generate_cve:
|
generate_cve:
|
||||||
extends: .generate_cve
|
extends: .generate_cve
|
||||||
stage: validate
|
stage: validate
|
||||||
|
needs:
|
||||||
|
- job: generate_sbom
|
||||||
|
artifacts: 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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue