Socket
Socket
Sign inDemoInstall

reg-notify-github-with-api-plugin

Package Overview
Dependencies
132
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

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


Version published
Maintainers
1
Weekly downloads
4,323
increased by22.33%

Weekly downloads

Readme

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

Last updated on 05 Mar 2024

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc