
Product
Introducing Module Reachability: Focus on the Vulnerabilities That Matter
Module Reachability filters out unreachable CVEs so you can focus on vulnerabilities that actually matter to your application.
Gitord is a free and open-source 'bot template' that alerts you in the Discord Chanel of your choice if your github repository does not respect the rules you apply to it.
Gitord is a free and open-source "bot template" that alerts you in the Discord Chanel of your choice if your github repository does not respect the rules you apply to it.
npm i gitord
import { Gitord } from "./Gitord";
var bot = new Gitord(
"Discord token",
"Github token",
"test-kanban-bot",
"repo_test",
"Discord chanel ID"
);
bot.welcome_message = false;
bot.RefreshTime = 5;
bot.Rules.IssueMinimalBody = 1;
bot.Rules.PullNeedToFix = false;
bot.Start();
example: "QuentinGruber" is the repo_owner of this repo and "Gitord" is the repo_name*
To get the ID of a channel you have to switch your Discord to developer mode.
'User_list'
example : "User_list":[["Github_Username1","DiscordID1"],["Github_Username2","DiscordID2"]]
To get a DiscordID right-click on the user of your choice and copy its identifier
More info about the available rules here.
Used Node.js version 12.18.0
FAQs
Gitord is a free and open-source 'bot template' that alerts you in the Discord Chanel of your choice if your github repository does not respect the rules you apply to it.
The npm package gitord receives a total of 5 weekly downloads. As such, gitord popularity was classified as not popular.
We found that gitord demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.
Product
Module Reachability filters out unreachable CVEs so you can focus on vulnerabilities that actually matter to your application.
Company News
Socket is bringing best-in-class reachability analysis into the platform — cutting false positives, accelerating triage, and cementing our place as the leader in software supply chain security.
Product
Socket is introducing a new way to organize repositories and apply repository-specific security policies.