Enable secret scanning with pre-commit hook
Last updated
Last updated
Pre-commit is a framework for managing and maintaining multi-language pre-commit hooks. Hooks can be any scripts, code, or binaries that run at any stage of the git workflow. Pre-commit hooks help enforce code quality, code formatting, and detecting security vulnerabilities.