-
Notifications
You must be signed in to change notification settings - Fork 7
Closed
Description
I noticed our main repo's SBOMs are now being generated in CycloneDX 1.5:
"$schema": "http://cyclonedx.org/schema/bom-1.5.schema.json",
"bomFormat": "CycloneDX",
"specVersion": "1.5",
But I remembered from code review that we're explicitly looking for CycloneDX 1.3 in a few spots:
cve-bin-tool-action/src/cve_bin_tool.py
Line 211 in b6bf3ba
if data.find("cyclonedx.org/schema/bom/1.3") != -1: |
Do we need to change anything to make sure other versions of CycloneDX get picked up?
Metadata
Metadata
Assignees
Labels
No labels