aboutsummaryrefslogtreecommitdiff
path: root/spdx/common
diff options
context:
space:
mode:
authorKeith Zantow <kzantow@gmail.com>2022-10-07 12:09:54 -0400
committerKeith Zantow <kzantow@gmail.com>2022-10-07 12:09:54 -0400
commitedca4e815e896fe3f9a42befac2870ca97997cef (patch)
tree45c554149d4ccf94556ceb1c3b141732619cd57c /spdx/common
parent74a5f1d3abe5aba7ce171ff7e5ae720c181eb645 (diff)
downloadspdx-tools-edca4e815e896fe3f9a42befac2870ca97997cef.tar.gz
chore: Add YAML support for v2.3 data model
Signed-off-by: Keith Zantow <kzantow@gmail.com>
Diffstat (limited to 'spdx/common')
-rw-r--r--spdx/common/package.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/spdx/common/package.go b/spdx/common/package.go
index e0635df..de5a075 100644
--- a/spdx/common/package.go
+++ b/spdx/common/package.go
@@ -101,5 +101,5 @@ type PackageVerificationCode struct {
// Spec also allows specifying files to exclude from the
// verification code algorithm; intended to enable exclusion of
// the SPDX document file itself.
- ExcludedFiles []string `json:"packageVerificationCodeExcludedFiles"`
+ ExcludedFiles []string `json:"packageVerificationCodeExcludedFiles,omitempty"`
}