We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23bb098 commit 2c41b21Copy full SHA for 2c41b21
pkg/sbom/generator/spdx/spdx.go
@@ -579,6 +579,7 @@ type Package struct {
579
Supplier string `json:"supplier,omitempty"`
580
SourceInfo string `json:"sourceInfo,omitempty"`
581
CopyrightText string `json:"copyrightText,omitempty"`
582
+ AttributionText string `json:"attributionText,omitempty"`
583
PrimaryPurpose string `json:"primaryPackagePurpose,omitempty"`
584
Checksums []Checksum `json:"checksums,omitempty"`
585
ExternalRefs []ExternalRef `json:"externalRefs,omitempty"`
0 commit comments