This commit is contained in:
2024-05-05 10:59:17 -05:00
parent 1f055dd76b
commit efa01db1ff
2 changed files with 5 additions and 1 deletions

View File

@@ -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