update
This commit is contained in:
@@ -35,6 +35,10 @@ sonarqube:
|
||||
generate_sbom:
|
||||
extends: .generate_sbom
|
||||
stage: validate
|
||||
needs:
|
||||
- job: docker-build
|
||||
optional: true
|
||||
artifacts: true
|
||||
rules:
|
||||
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_COMMIT_BRANCH =~ '/^release/' || $CI_MERGE_REQUEST_IID
|
||||
|
||||
|
||||
Reference in New Issue
Block a user