@@ -8,7 +8,7 @@ Feature: Create an CycloneDX sbom
88 The generated SBOM can be used as input for other tools to monitor dependencies.
99 The tools track vulnerabilities or can enforce a license policy within an organization.
1010
11- Scenario : An fetched project generates an sbom
11+ Scenario : An fetched project generates a json sbom
1212 Given the manifest 'dfetch.yaml'
1313 """
1414 manifest:
@@ -25,19 +25,19 @@ Feature: Create an CycloneDX sbom
2525 When I run "dfetch report -t sbom"
2626 Then the 'report.json' file contains
2727 """
28- {
29- "$schema": "http://cyclonedx.org/schema/bom-1.4 .schema.json",
28+ {
29+ "$schema": "http://cyclonedx.org/schema/bom-1.6 .schema.json",
3030 "bomFormat": "CycloneDX",
31- "specVersion": "1.4 ",
32- "serialNumber": "urn:uuid:e989dc42-a199-4fe4-87f1-2b7f7a5f48cf ",
31+ "specVersion": "1.6 ",
32+ "serialNumber": "urn:uuid:3ce78767-c202-4beb-935e-67f539cf3a58 ",
3333 "version": 1,
3434 "dependencies": [
3535 {
36- "ref": "a3aff0d8-2f40-4482-bded-577466c0bde9 "
36+ "ref": "BomRef.7805091949677974.3172811758515278 "
3737 }
3838 ],
3939 "metadata": {
40- "timestamp": "2023-03-25T19:15 :03.697694 +00:00",
40+ "timestamp": "2025-10-03T20:56 :03.645362 +00:00",
4141 "tools": [
4242 {
4343 "vendor": "dfetch-org",
@@ -47,14 +47,14 @@ Feature: Create an CycloneDX sbom
4747 {
4848 "vendor": "CycloneDX",
4949 "name": "cyclonedx-python-lib",
50- "version": "5.0.1 ",
50+ "version": "7.1.0 ",
5151 "externalReferences": [
5252 {
5353 "url": "https://pypi.org/project/cyclonedx-python-lib/",
5454 "type": "distribution"
5555 },
5656 {
57- "url": "https://cyclonedx.org ",
57+ "url": "https://github.com/CycloneDX/cyclonedx-python-lib/#readme ",
5858 "type": "website"
5959 },
6060 {
@@ -70,7 +70,7 @@ Feature: Create an CycloneDX sbom
7070 "type": "release-notes"
7171 },
7272 {
73- "url": "https://cyclonedx.github.io/cyclonedx -python-lib /",
73+ "url": "https://cyclonedx-python-library.readthedocs.io /",
7474 "type": "documentation"
7575 },
7676 {
@@ -88,7 +88,7 @@ Feature: Create an CycloneDX sbom
8888 "components": [
8989 {
9090 "type": "library",
91- "bom-ref": "a3aff0d8-2f40-4482-bded-577466c0bde9 ",
91+ "bom-ref": "BomRef.7805091949677974.3172811758515278 ",
9292 "name": "cpputest",
9393 "version": "v3.4",
9494 "externalReferences": [
0 commit comments