-
Notifications
You must be signed in to change notification settings - Fork 432
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(api,hooks): add v2 hook signature and github repository analysis #6255
Conversation
Co-authored-by: Yvonnick Esnault <yvonnick.esnault@corp.ovh.com>
} | ||
|
||
// Create a new HMAC by defining the hash type and the key (as byte array) | ||
h := hmac.New(sha256.New, []byte(hook.HookSignKey)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
question: is it time consuming ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the middleware: 35ms with a gitea event on a local environment
CDS Report build-all-cds#17801.0 ✘
|
SonarCloud Quality Gate failed. |
@ovh/cds