Skip to content

Commit 2c41b21

Browse files
authored
spdx: add attributionText field (#1554)
Add attributionText field, that can be empty, such that melange can start setting it.
1 parent 23bb098 commit 2c41b21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/sbom/generator/spdx/spdx.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -579,6 +579,7 @@ type Package struct {
579579
Supplier string `json:"supplier,omitempty"`
580580
SourceInfo string `json:"sourceInfo,omitempty"`
581581
CopyrightText string `json:"copyrightText,omitempty"`
582+
AttributionText string `json:"attributionText,omitempty"`
582583
PrimaryPurpose string `json:"primaryPackagePurpose,omitempty"`
583584
Checksums []Checksum `json:"checksums,omitempty"`
584585
ExternalRefs []ExternalRef `json:"externalRefs,omitempty"`

0 commit comments

Comments
 (0)