From 7f55969aac5cad7b4df5aefeb87e803e7dcdbe85 Mon Sep 17 00:00:00 2001 From: vik-nullify Date: Wed, 29 Jan 2025 19:41:17 +1100 Subject: [PATCH] add more fields for rebel base (#125) Co-authored-by: Vikranth Subramanian --- pkg/logger/nullify_context.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkg/logger/nullify_context.go b/pkg/logger/nullify_context.go index bfec9f6..4d6f886 100644 --- a/pkg/logger/nullify_context.go +++ b/pkg/logger/nullify_context.go @@ -34,6 +34,9 @@ type repository struct { Action *string `json:"action"` ProjectID *string `json:"project_id"` OrganizationID *string `json:"organization_id"` + CloneURL *string `json:"clone_url"` + StartCommitSha *string `json:"start_commit_sha"` + EndCommitSha *string `json:"end_commit_sha"` } type service struct {