Skip to content

Commit

Permalink
Pin cyclonedx dependency version (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronAtDuo committed Mar 25, 2024
1 parent 44e1654 commit 3f091f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
pip install setuptools wheel twine six
- name: Generate SBOM
run: |
pip install cyclonedx-bom
pip install cyclonedx-bom==3.11.7
cyclonedx-py --e --format json -o cyclonedx-sbom.json
- name: Convert SBOM
uses: duosecurity/duo_client_python/.github/actions/sbom-convert@master
Expand Down

0 comments on commit 3f091f6

Please sign in to comment.