Skip to content

Commit

Permalink
chore: add profile conformance
Browse files Browse the repository at this point in the history
Signed-off-by: Keith Zantow <kzantow@gmail.com>
  • Loading branch information
kzantow committed Aug 1, 2024
1 parent 14db0d0 commit ea44d2b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spdx/v3/v3_0/spdx_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ func Test_exportImportExport(t *testing.T) {
Name: "tools-golang",
Summary: "a summary",
})
doc.Document().SetProfileConformance(spdx.ProfileIdentifierType_Software)

doc.CreationInfo().SetCreatedUsing(
&spdx.Tool{
Expand Down Expand Up @@ -140,6 +141,7 @@ func Test_aiProfile(t *testing.T) {
Name: "tools-golang",
Summary: "a summary",
})
doc.Document().SetProfileConformance(spdx.ProfileIdentifierType_Ai)

aiPkg := &spdx.AIPackage{
Name: "some ai package",
Expand Down

0 comments on commit ea44d2b

Please sign in to comment.