Skip to content

Commit b803d37

Browse files
Merge pull request #2 from Project-Navi/fix/cyclonedx-version-pin
fix: cyclonedx-bom 4.7.0 does not exist — pin to 4.6.1
2 parents 83f5a68 + 76a17fa commit b803d37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/_build-reusable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
6262
- name: Generate SBOM (CycloneDX)
6363
run: |
64-
pip install cyclonedx-bom==4.7.0
64+
pip install cyclonedx-bom==4.6.1
6565
cyclonedx-py environment -o sbom.cdx.json --output-format json
6666
6767
- name: Generate SBOM (SPDX)

0 commit comments

Comments
 (0)