Skip to content

Commit 22b1b0b

Browse files
committed
Add sbom-test workflow
1 parent f24aed2 commit 22b1b0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sbom.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
# Generate SBOM in JSON
141141
- name: Generate SBOM (CycloneDX)
142142
run: |
143-
cyclonedx-py poetry -o sbom.json -f json
143+
cyclonedx-py poetry -o sbom.json --of json
144144
145145
# Convert SBOM JSON to CSV
146146
- name: Convert SBOM JSON to CSV

0 commit comments

Comments
 (0)