Skip to content

Commit ea44d2b

Browse files
committed
chore: add profile conformance
Signed-off-by: Keith Zantow <kzantow@gmail.com>
1 parent 14db0d0 commit ea44d2b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spdx/v3/v3_0/spdx_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ func Test_exportImportExport(t *testing.T) {
1616
Name: "tools-golang",
1717
Summary: "a summary",
1818
})
19+
doc.Document().SetProfileConformance(spdx.ProfileIdentifierType_Software)
1920

2021
doc.CreationInfo().SetCreatedUsing(
2122
&spdx.Tool{
@@ -140,6 +141,7 @@ func Test_aiProfile(t *testing.T) {
140141
Name: "tools-golang",
141142
Summary: "a summary",
142143
})
144+
doc.Document().SetProfileConformance(spdx.ProfileIdentifierType_Ai)
143145

144146
aiPkg := &spdx.AIPackage{
145147
Name: "some ai package",

0 commit comments

Comments
 (0)