This service posts an event object for Github pushed to Hakiri.
Hakiri checks if your repo was updated with a new commit and then runs security tests on it.

Supported events are currently:
'push'

Data:
'event' - The GitHub event type, eg. 'push' for commits.
'payload' - The data for the push.

More details on Github events: http://developer.github.com/v3/repos/hooks/

Install Notes
------------

Project ID: generated whenever new project is created. You can locate it in the address bar
Token: each project repository has a security token.

See https://www.hakiriup.com/docs/getting-started for more docs.
