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

reg-notify-github-with-api-plugin

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reg-notify-github-with-api-plugin

Notify reg-suit result to GHE repository using API

  • 0.14.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3.6K
decreased by-8.12%
Maintainers
1
Weekly downloads
 
Created
Source

reg-notify-github-with-api-plugin

reg-suit plugin to send notification the testing result to your GitHub repository.

It's similar to reg-notify-github-plugin. While reg-notify-github-plugin uses GitHub App, this plugin uses GitHub API with personal access token. We create this plugin for GitHub Enterprise user. reg-notify-github-plugin is strongly recommended if you use github.com.

Install

npm i reg-notify-github-with-api-plugin -D
reg-suit prepare -p notify-github-with-api

Configure

{
  githubUrl?: sring;
  owner: string;
  repository: string;
  privateToken: string;
  ref?: string;
  shortDescription?: boolean;
}
  • githubUrl - Optional - URL for your GitHub Enterprise. Default: https://api.github.com/graphql.

  • owner - Required - GitHub owner name.

  • repository - Required - GitHub repository name.

  • privateToken - Required Private access token. The repo scope is required if the repository is private.

  • ref - Optional Git branch ref value. If specified, this plugin searches PRs to comment using this value.

  • shortDescription - Optional Returns a small table with the item counts. Example:

    🔴 Changed⚪️ New🔵 Passing
    34120

Keywords

FAQs

Package last updated on 26 Feb 2024

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