We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72c63e7 commit c7bdeffCopy full SHA for c7bdeff
.github/workflows/deploy.yml
@@ -52,8 +52,8 @@ jobs:
52
- name: Generate CycloneDX SBOM artifacts 📃
53
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
54
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
+ cyclonedx-bom -r --format json -i requirements.txt -o cyclonedx-${{ github.ref_name }}.json
+ cyclonedx-bom -r --format json -i requirements_test.txt -o cyclonedx-test-${{ github.ref_name }}.json
57
- name: Upload CycloneDX SBOM artifact for requirements.txt 💾
58
uses: actions/upload-artifact@v3
59
with:
0 commit comments