1 个仓库
Mapping existing system binaries or scripts to Git hook events via configuration.
Distinct from Shell Hook Integrations: Focuses on the configuration mapping of existing tools rather than the execution engine
Explore 1 awesome GitHub repository matching operating systems & systems programming · Binary Hook Mapping. Refine with filters or upvote what's useful.
Overcommit 是一个 Git 钩子管理器和预提交验证框架,旨在自动化在各种 Git 事件期间执行脚本和检查。它作为一个工作流自动化工具,确保在更改提交或推送到远程存储库之前满足代码质量和项目标准。 该系统通过全面的基于 YAML 的配置脱颖而出,该配置允许对钩子行为进行详细控制,包括文件执行过滤、有条件跳过和钩子依赖项管理。它提供专门的角色,例如提交消息验证器以强制执行命名约定,以及推送防护以阻止不稳定或不安全的代码到达远程分支。 该项目涵盖了广泛的功能领域,包括多语言静态分析和 Linting、自动化依赖管理以及安全验证(如密钥扫描和许可证合规性)。它还通过受保护的分支强制执行和并行钩子执行来管理存储库完整性,以优化性能。
Executes existing shell scripts or binaries as hooks by mapping them within a YAML configuration file.