Skip to content
New issue

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

[attest] Fix spdx generation by passing through correct attestation type #171

Merged
merged 1 commit into from
Oct 21, 2022

Conversation

wlynch
Copy link
Member

@wlynch wlynch commented Oct 21, 2022

Summary

Previously our attestation type validation was converting the simple type to the full predicate URL (e.g. spdx -> https://spdx.dev/Document). This removes that tranformation so we're passing the right value to GenerateAttestation.

Release Note

[attest] Fixes attestation generation for spdx types.

Documentation

@wlynch wlynch requested review from puerco and cpanato October 21, 2022 17:03
type.

Previously our attestation type validation was converting the simple
type to the full predicate URL (e.g. spdx -> https://spdx.dev/Document).
This removes that tranformation so we're passing the right value to
GenerateAttestation.

Signed-off-by: Billy Lynch <billy@chainguard.dev>
@wlynch wlynch merged commit 94337a4 into sigstore:main Oct 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants