Skip to content

Commit

Permalink
Add a delimiter before digest in the SPDX namespace (ko-build#765)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmoor authored Jul 15, 2022
1 parent dcae0e7 commit 3d362cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/sbom/spdx.go
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ func starterDocument(koVersion string, date time.Time, d v1.Hash) (Document, str
},
DataLicense: "CC0-1.0",
Name: "sbom-" + d.String(),
Namespace: "http://spdx.org/spdxdocs/ko" + d.String(),
Namespace: "http://spdx.org/spdxdocs/ko/" + d.String(),
DocumentDescribes: []string{digestID},
}, digestID
}
Expand Down

0 comments on commit 3d362cf

Please sign in to comment.