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

Fix for Error: error during PEM decoding #78

Merged
merged 1 commit into from
Jul 6, 2021

Conversation

lukehinds
Copy link
Member

Break condition was trying to match an empty array with nil

This resulted in no break condition and the error working down
to error during PEM decoding

Instead match on an empty length

Signed-off-by: Luke Hinds lhinds@redhat.com

Break condition was trying to match an empty array with nil

This resulted in no break condition and the error working down
to `error during PEM decoding`

Instead match on an empty length

Signed-off-by: Luke Hinds <lhinds@redhat.com>
@cpanato cpanato added this to the 0.1.0 milestone Jul 6, 2021
Copy link
Member

@bobcallaway bobcallaway left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@lukehinds lukehinds merged commit acb262e into sigstore:main Jul 6, 2021
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.

3 participants