Skip to content

Commit 4dd54dc

Browse files
author
Stefan Kasberger
committed
Update file .gitlab-ci.yml
1 parent bb2e605 commit 4dd54dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ generate_sbom:
160160
image: python:3.12
161161
script:
162162
- pip install cyclonedx-bom
163-
- cyclonedx-py poetry --format json --output bom.json
163+
- cyclonedx-py poetry --output-format json --output-file bom.json
164164
artifacts:
165165
paths:
166166
- bom.json

0 commit comments

Comments
 (0)