Skip to content

Commit 805e2e4

Browse files
aclark4lifehugovk
andauthored
Update .github/workflows/wheels.yml
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent 6c2c62f commit 805e2e4

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,11 @@ jobs:
298298
- name: Generate CycloneDX SBOM
299299
run: python3 .github/generate-sbom.py
300300

301+
- name: Validate SBOM
302+
run: |
303+
pip install check-jsonschema
304+
check-jsonschema --schemafile "https://raw.githubusercontent.com/CycloneDX/specification/1.7/schema/bom-1.7.schema.json" *.cdx.json
305+
301306
- name: Upload SBOM as workflow artifact
302307
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
303308
with:

0 commit comments

Comments
 (0)