Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

codeclimate-connector-pagerduty

Package Overview
Dependencies
Maintainers
3
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

codeclimate-connector-pagerduty

The Code Climate Connector for PagerDuty

  • 0.0.2
  • latest
  • npm
  • Socket score

Version published
Maintainers
3
Created
Source

Code Climate Connector: PagerDuty

A connector integration for Code Climate Velocity to collect data from PagerDuty.

Configuration

Expects configuration of the following schema:

{
  "apiToken": "your_v2_api_token" # only needs read-only access
}

See PagerDuty's docs for guidance on creating API keys.

Development

Clone this repo, run yarn install to install dependencies. yarn test will run unit tests.

Running the connector locally

To run the connector in an integration environment, the codeclimate-connector-sdk provides a CLI you can use.

First, generate a PagerDuty token, and write a file in this project's directory called connector-config.json with the token:

{
  "apiToken": "YOUR_TOKEN"
}

There are several make rules to run different commands easily:

make verify-configuration
make discover-streams
make sync-stream

Development

See DEVELOPERS.md

FAQs

Package last updated on 04 Mar 2020

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