Skip to content

Commit f6bd8e2

Browse files
authored
Update registry/remote/internal/configuration/evaluator.go
Signed-off-by: Terry Howe <terrylhowe@gmail.com>
1 parent e68281d commit f6bd8e2

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

registry/remote/internal/configuration/evaluator.go

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -111,12 +111,7 @@ func (e *Evaluator) evaluateSignedBy(ctx context.Context, req *PRSignedBy, image
111111
// Note: This is a placeholder implementation. Full signature verification
112112
// would require integration with sigstore libraries.
113113
func (e *Evaluator) evaluateSigstoreSigned(ctx context.Context, req *PRSigstoreSigned, image ImageReference) (bool, error) {
114-
// TODO: Implement actual sigstore verification
115-
// This would involve:
116-
// 1. Fetching the image manifest and sigstore signatures
117-
// 2. Verifying signatures using sigstore
118-
// 3. Optionally verifying Fulcio certificates and Rekor transparency log
119-
// 4. Checking identity matching rules
114+
// TODO: Implement actual sigstore verification https://github.com/oras-project/oras-go/issues/1029
120115
return false, fmt.Errorf("sigstoreSigned verification not yet implemented")
121116
}
122117

0 commit comments

Comments
 (0)