feat: Image signing, webhooks, dependency automation, and participant registry design - #1145
Merged
joelpeace48-cell merged 1 commit intoAug 27, 2026
Conversation
…sseStudioLab#933, FinesseStudioLab#934 - FinesseStudioLab#933: Add container image signing workflow with cosign and SBOM generation - FinesseStudioLab#934: Add Renovate configuration for automated dependency updates - FinesseStudioLab#891: Implement webhook delivery service with HMAC signatures and retries - FinesseStudioLab#832: Add participant registry pagination design document
|
@Temi-suwa18 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
joelpeace48-cell
merged commit Aug 27, 2026
a04fcec
into
FinesseStudioLab:main
7 of 19 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR addresses four issues to improve security, automation, and scalability of the Trivela platform.
Changes
Issue #933: Container Image Signing & SBOM Generation
.github/workflows/image-signing.ymlworkflowIssue #934: Automated Dependency Updates
renovate.jsonconfigurationIssue #891: Webhook Delivery Service
backend/src/services/webhook-delivery.jsbackend/src/services/webhook-delivery.test.jsIssue #832: Participant Registry Pagination
docs/PARTICIPANT_REGISTRY_PAGINATION.mdTesting
Related Issues
Closes #832
Closes #891
Closes #933
Closes #934