File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ sbom-creation:
1313 when : always
1414 image :
1515 name : ${DEFAULT_IMAGE}:develop
16- entrypoint : ["" ]
16+ entrypoint : ['' ]
1717 script :
1818 - uv pip install cyclonedx-bom
1919 - uv export --all-extras --no-dev --no-group test --no-group docs --link-mode=copy --format requirements.txt | cyclonedx-py requirements - > sbom.cyclonedx.json
@@ -29,13 +29,13 @@ security-scan:
2929 trigger :
3030 include :
3131 - project : $SECURITY_PIPELINE_PROJECT
32- file : ' security_pipeline.yaml'
32+ file : security_pipeline.yaml
3333 ref : $SECURITY_PIPELINE_REF
3434 forward :
3535 pipeline_variables : true
3636 yaml_variables : true
3737 rules :
3838 - if : $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
3939 when : always
40- - if : ' $CI_PIPELINE_SOURCE == "web"'
40+ - if : $CI_PIPELINE_SOURCE == "web"
4141 when : always
You can’t perform that action at this time.
0 commit comments