We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description
When inspecting the SBOMs attached to the latest release of rekor, the reported SHA1 hashes are all-zero. For example:
{ //... "files": [ { "fileName": "/rekor-cli-linux-amd64", "SPDXID": "SPDXRef-File-rekor-cli-linux-amd64-364aab0fbaf403d4", "checksums": [ { "algorithm": "SHA1", "checksumValue": "0000000000000000000000000000000000000000" } ], "licenseConcluded": "NOASSERTION", "copyrightText": "" } ], //... }
A quick inspection seems to indicate these SBOMs are generated by goreleaser.
Ideally, the sbom would include a proper hash of the binary.
Version
Not applicable
The text was updated successfully, but these errors were encountered:
@cpanato any idea why? At a glance at documentation, I don’t see anything about configuring checksums
Sorry, something went wrong.
I've reproduced the issue, and it is not in the goreleaser, it is in the syft tool that is used to generate the sbom
syft
and seems there is an issue already for this anchore/syft#2307
No branches or pull requests
Description
When inspecting the SBOMs attached to the latest release of rekor, the reported SHA1 hashes are all-zero. For example:
A quick inspection seems to indicate these SBOMs are generated by goreleaser.
Ideally, the sbom would include a proper hash of the binary.
Version
Not applicable
The text was updated successfully, but these errors were encountered: