Skip to content

Commit 6551799

Browse files
pre-commit-ci[bot]dolfinus
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 28b6725 commit 6551799

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)