Skip to content

Commit 3f091f6

Browse files
authored
Pin cyclonedx dependency version (#261)
1 parent 44e1654 commit 3f091f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
pip install setuptools wheel twine six
2525
- name: Generate SBOM
2626
run: |
27-
pip install cyclonedx-bom
27+
pip install cyclonedx-bom==3.11.7
2828
cyclonedx-py --e --format json -o cyclonedx-sbom.json
2929
- name: Convert SBOM
3030
uses: duosecurity/duo_client_python/.github/actions/sbom-convert@master

0 commit comments

Comments
 (0)