We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c993cd commit 723a30aCopy full SHA for 723a30a
1 file changed
.github/workflows/wheels.yml
@@ -308,7 +308,7 @@ jobs:
308
309
- name: Validate SBOM
310
run: |
311
- pip install -r .ci/requirements-sbom.txt
+ python3 -m pip install -r .ci/requirements-sbom.txt
312
check-jsonschema --schemafile "https://raw.githubusercontent.com/CycloneDX/specification/1.7/schema/bom-1.7.schema.json" *.cdx.json
313
314
sbom-publish:
0 commit comments