summaryrefslogtreecommitdiff
path: root/tests/lib-sbom-files/basic-use-uri.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib-sbom-files/basic-use-uri.json')
-rw-r--r--tests/lib-sbom-files/basic-use-uri.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/lib-sbom-files/basic-use-uri.json b/tests/lib-sbom-files/basic-use-uri.json
index e9913a92a764..338493050545 100644
--- a/tests/lib-sbom-files/basic-use-uri.json
+++ b/tests/lib-sbom-files/basic-use-uri.json
@@ -17,6 +17,12 @@
"specVersion": "3.0.1"
},
{
+ "type": "Agent",
+ "creationInfo": "_:creationinfo_1",
+ "spdxId": "github.com:pkgconf:pkgconf:Agent:test3_maintainer",
+ "name": "Test3 Maintainer"
+ },
+ {
"type": "simplelicensing_LicenseExpression",
"creationInfo": "_:creationinfo_1",
"spdxId": "github.com:pkgconf:pkgconf:simplelicensing_LicenseExpression:BSD-4-Clause",
@@ -45,6 +51,9 @@
"originatedBy": [
"github.com:pkgconf:pkgconf:Agent:default"
],
+ "suppliedBy": [
+ "github.com:pkgconf:pkgconf:Agent:test3_maintainer"
+ ],
"software_copyrightText": "Test3 copyright text",
"software_homePage": "https://github.com/pkgconf/pkgconf/",
"software_downloadLocation": "https://github.com/pkgconf/pkgconf/archive/refs/tags/pkgconf-2.5.1.tar.gz",
@@ -79,6 +88,7 @@
],
"element": [
"github.com:pkgconf:pkgconf:Agent:default",
+ "github.com:pkgconf:pkgconf:Agent:test3_maintainer",
"github.com:pkgconf:pkgconf:simplelicensing_LicenseExpression:BSD-4-Clause",
"github.com:pkgconf:pkgconf:Relationship:test3:hasDeclaredLicense",
"github.com:pkgconf:pkgconf:Relationship:test3:hasConcludedLicense",