github.com/devseccon/trivy@v0.47.1-0.20231123133102-bd902a0bd996/pkg/sbom/cyclonedx/testdata/happy/group-in-name.json (about) 1 { 2 "bomFormat": "CycloneDX", 3 "specVersion": "1.5", 4 "serialNumber": "urn:uuid:8366a7c8-229c-4518-b86c-8a1bcf69af01", 5 "version": 1, 6 "metadata": { 7 "timestamp": "2023-06-20T04:32:10+00:00", 8 "tools": [ 9 { 10 "vendor": "aquasecurity", 11 "name": "trivy", 12 "version": "0.42.1" 13 } 14 ], 15 "component": { 16 "bom-ref": "b0ae8323-eb7b-4be5-bc5c-4849fd795ec0", 17 "type": "application", 18 "name": "spring-web-5.3.22.jar", 19 "properties": [ 20 { 21 "name": "aquasecurity:trivy:SchemaVersion", 22 "value": "2" 23 } 24 ] 25 } 26 }, 27 "components": [ 28 { 29 "bom-ref": "pkg:maven/org.springframework/spring-web@5.3.22?file_path=spring-web-5.3.22.jar", 30 "type": "library", 31 "name": "org.springframework:spring-web", 32 "version": "5.3.22", 33 "purl": "pkg:maven/org.springframework/spring-web@5.3.22", 34 "properties": [ 35 { 36 "name": "aquasecurity:trivy:FilePath", 37 "value": "spring-web-5.3.22.jar" 38 }, 39 { 40 "name": "aquasecurity:trivy:PkgType", 41 "value": "jar" 42 } 43 ] 44 } 45 ], 46 "dependencies": [ 47 { 48 "ref": "b0ae8323-eb7b-4be5-bc5c-4849fd795ec0", 49 "dependsOn": [ 50 "pkg:maven/org.springframework/spring-web@5.3.22?file_path=spring-web-5.3.22.jar" 51 ] 52 }, 53 { 54 "ref": "pkg:maven/org.springframework/spring-web@5.3.22?file_path=spring-web-5.3.22.jar", 55 "dependsOn": [] 56 } 57 ], 58 "vulnerabilities": [] 59 }