Skip to content

Commit c7bdeff

Browse files
committed
Fix cyclonedx-bom command
1 parent 72c63e7 commit c7bdeff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ jobs:
5252
- name: Generate CycloneDX SBOM artifacts 📃
5353
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
5454
run: |
55-
cyclonedx-bom --format json -i requirements.txt -o cyclonedx-${{ github.ref_name }}.json
56-
cyclonedx-bom --format json -i requirements_test.txt -o cyclonedx-test-${{ github.ref_name }}.json
55+
cyclonedx-bom -r --format json -i requirements.txt -o cyclonedx-${{ github.ref_name }}.json
56+
cyclonedx-bom -r --format json -i requirements_test.txt -o cyclonedx-test-${{ github.ref_name }}.json
5757
- name: Upload CycloneDX SBOM artifact for requirements.txt 💾
5858
uses: actions/upload-artifact@v3
5959
with:

0 commit comments

Comments
 (0)