Simple monitoring tool to watch github repos for keywords when commits are made.
repo_scanner is a Node.js-based monitoring tool that helps teams track important changes across multiple GitHub repositories.
Key features include:
Configurable keyword monitoring across multiple repositories and branches YAML-based configuration for easy setup and maintenance Real-time email alerts when specified keywords are found in commits Support for environment variables for secure credential management Automatic checking every 5 minutes with customizable intervals Detailed email notifications including commit details and direct links
Built using Node.js, Octokit (GitHub API), and nodemailer for email notifications. The tool is particularly useful for security teams monitoring sensitive changes, project managers tracking deployment-related commits, or any team needing to stay informed about specific types of repository changes.