Skip to content

Commit e68281d

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

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

registry/remote/internal/configuration/evaluator.go

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,7 @@ func (e *Evaluator) evaluateReject(ctx context.Context, req *Reject, image Image
103103
// Note: This is a placeholder implementation. Full signature verification
104104
// would require integration with GPG/signing libraries.
105105
func (e *Evaluator) evaluateSignedBy(ctx context.Context, req *PRSignedBy, image ImageReference) (bool, error) {
106-
// TODO: Implement actual signature verification
107-
// This would involve:
108-
// 1. Fetching the image manifest and signatures
109-
// 2. Verifying signatures using the provided GPG keys
110-
// 3. Checking identity matching rules
106+
// TODO: Implement actual signature verification https://github.com/oras-project/oras-go/issues/1029
111107
return false, fmt.Errorf("signedBy verification not yet implemented")
112108
}
113109

0 commit comments

Comments
 (0)