We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44e1654 commit 3f091f6Copy full SHA for 3f091f6
1 file changed
.github/workflows/publish.yml
@@ -24,7 +24,7 @@ jobs:
24
pip install setuptools wheel twine six
25
- name: Generate SBOM
26
run: |
27
- pip install cyclonedx-bom
+ pip install cyclonedx-bom==3.11.7
28
cyclonedx-py --e --format json -o cyclonedx-sbom.json
29
- name: Convert SBOM
30
uses: duosecurity/duo_client_python/.github/actions/sbom-convert@master
0 commit comments