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

     1  {
     2  	"SPDXID": "SPDXRef-DOCUMENT",
     3  	"creationInfo": {
     4  		"created": "2022-09-12T17:03:35.840861Z",
     5  		"creators": [
     6  			"Tool: trivy-dev",
     7  			"Organization: aquasecurity"
     8  		]
     9  	},
    10  	"dataLicense": "CC0-1.0",
    11  	"documentDescribes": [
    12  		"SPDXRef-ContainerImage-7f428bd075b13fe8"
    13  	],
    14  	"documentNamespace": "http://aquasecurity.github.io/trivy/container/maven-test-project-3e87878b-eac3-4baa-af11-bdf2c5eab8ea",
    15  	"name": "maven-test-project",
    16  	"packages": [
    17  		{
    18  			"SPDXID": "SPDXRef-ContainerImage-7f428bd075b13fe8",
    19  			"attributionTexts": [
    20  				"SchemaVersion: 2"
    21  			],
    22  			"filesAnalyzed": false,
    23  			"name": "maven-test-project"
    24  		}
    25  	],
    26  	"relationships": [
    27  		{
    28  			"relatedSpdxElement": "SPDXRef-ContainerImage-7f428bd075b13fe8",
    29  			"relationshipType": "DESCRIBE",
    30  			"spdxElementId": "SPDXRef-DOCUMENT"
    31  		}
    32  	],
    33  	"spdxVersion": "SPDX-2.2"
    34  }