New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

PerfectlyNormal-integrity-hooks

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

PerfectlyNormal-integrity-hooks

  • 0.0.6
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Integrity

Integrity is your friendly automated Continuous Integration server.

Integrity Web Hooks Notifier

This lets Integrity POST to one or more URLs after a build is completed.

The payload

Each defined URL gets a JSON hash posted to it. The contents is as follows:

{
  "project"       => build.project.name, # "integrity-hooks"
  "short_message" => short_message,      # "Built c289a62 successfully"
  "full_message"  => full_message,       # "Build c289a622ee2771ef7f8f1771d67c3c8971d1fcad was successful
                                         #  Commit Message: make it possible to post to several URLs
                                         #  Commit Date: 2009-07-26T15:39:06+02:00
                                         #  Commit Author: Per Christian B. Viken
                                         #
                                         #  Link: ...
                                         #
                                         #  Build Output:
                                         #
                                         #  ...
  "url"           => commit_url          #  ...
}

Setup Instructions

Just install this gem with gem install PerfectlyNormal-integrity-hooks and then in your Rackup (ie, config.ru) file:

require "rubygems"
require "integrity/notifier/hooks"

Now, just edit the project and the configuration should be there

FAQs

Package last updated on 11 Aug 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc