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

remove reverseDSSEVerifier in favor of using DSSE utilities directly #1056

Merged
merged 1 commit into from
Nov 16, 2021

Conversation

dekkagaijin
Copy link
Member

More work on #844 and #931

NONE

Signed-off-by: Jake Sanders <jsand@google.com>
@dekkagaijin dekkagaijin changed the title remove reverseDSSEVerifier in favor of using DSSE utilities directly remove reverseDSSEVerifier in favor of using DSSE utilities directly Nov 15, 2021
@@ -34,6 +33,7 @@ import (
v1 "github.com/google/go-containerregistry/pkg/v1"
"github.com/pkg/errors"

ssldsse "github.com/secure-systems-lab/go-securesystemslib/dsse"
Copy link
Member

Choose a reason for hiding this comment

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

Are we using this consistently everywhere? I'm guessing "no" because it required changes to go.mod. Want to make sure nothing else should be using this?

Copy link
Member Author

Choose a reason for hiding this comment

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

We're using it in sigstore/dsse. The go.mod changes were to update sigstore/sigstore to a version which exposed dsse.VerifierAdapter

@mattmoor mattmoor merged commit bada59e into sigstore:main Nov 16, 2021
@github-actions github-actions bot added this to the v1.4.0 milestone Nov 16, 2021
@dekkagaijin dekkagaijin deleted the dsse branch November 16, 2021 07:04
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