diff --git a/src/main/java/com/onixbyte/deltaforceguide/interceptor/GitLabWebhookInterceptor.java b/src/main/java/com/onixbyte/deltaforceguide/interceptor/GitLabWebhookInterceptor.java index 68030fc..f933928 100644 --- a/src/main/java/com/onixbyte/deltaforceguide/interceptor/GitLabWebhookInterceptor.java +++ b/src/main/java/com/onixbyte/deltaforceguide/interceptor/GitLabWebhookInterceptor.java @@ -45,6 +45,7 @@ public class GitLabWebhookInterceptor implements HandlerInterceptor { /** * Validates the GitLab webhook signature headers on the incoming request. + *

* Reads {@code webhook-id}, {@code webhook-timestamp}, and * {@code webhook-signature} headers and verifies the signature against the * configured signing token. If no token is configured, verification is skipped.