github.com/devseccon/trivy@v0.47.1-0.20231123133102-bd902a0bd996/pkg/sbom/spdx/testdata/happy/os-only-bom.json (about)

     1  {
     2  	"SPDXID": "SPDXRef-DOCUMENT",
     3  	"creationInfo": {
     4  		"created": "2022-09-12T17:04:09.262672Z",
     5  		"creators": [
     6  			"Tool: trivy-dev",
     7  			"Organization: aquasecurity"
     8  		]
     9  	},
    10  	"dataLicense": "CC0-1.0",
    11  	"documentNamespace": "http://aquasecurity.github.io/trivy/container/maven-test-project-1a255568-e896-498f-93de-7975a5cb0212",
    12  	"name": "maven-test-project",
    13  	"packages": [
    14  		{
    15  			"SPDXID": "SPDXRef-ContainerImage-fbbee9b988766322",
    16  			"attributionTexts": [
    17  				"SchemaVersion: 2"
    18  			],
    19  			"filesAnalyzed": false,
    20  			"name": "maven-test-project"
    21  		},
    22  		{
    23  			"SPDXID": "SPDXRef-OperatingSystem-bd17bf9010aa612c",
    24  			"filesAnalyzed": false,
    25  			"name": "alpine",
    26  			"versionInfo": "3.16.0"
    27  		}
    28  	],
    29  	"relationships": [
    30  		{
    31  			"relatedSpdxElement": "SPDXRef-ContainerImage-fbbee9b988766322",
    32  			"relationshipType": "DESCRIBE",
    33  			"spdxElementId": "SPDXRef-DOCUMENT"
    34  		},
    35  		{
    36  			"relatedSpdxElement": "SPDXRef-OperatingSystem-bd17bf9010aa612c",
    37  			"relationshipType": "CONTAINS",
    38  			"spdxElementId": "SPDXRef-ContainerImage-fbbee9b988766322"
    39  		}
    40  	],
    41  	"spdxVersion": "SPDX-2.2"
    42  }