Codebase list git-secrets / 90df63b8-2b42-42ad-b3b3-ec69ca1225e6/upstream
Import upstream version 1.3.0+git20200529.1.80230af Debian Janitor 2 years ago
2 changed file(s) with 8 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
0 - id: git-secrets
1 name: Git Secrets
2 description: git-secrets scans commits, commit messages, and --no-ff merges to prevent adding secrets into your git repositories.
3 entry: 'git-secrets --pre_commit_hook'
4 language: script
3939 by ``git`` when running ``git secrets``.
4040
4141 \*nix (Linux/macOS)
42 ~~~~~~~~~~~~~~~~~
42 ~~~~~~~~~~~~~~~~~~~
4343
4444 You can use the ``install`` target of the provided Makefile to install ``git secrets`` and the man page.
4545 You can customize the install path using the PREFIX and MANPREFIX variables.
6868
6969 .. warning::
7070
71 You're not done yet! You MUST install the git hooks for every repo that
72 you wish to use with ``git secrets --install``.
71 **You're not done yet! You MUST install the git hooks for every repo that
72 you wish to use with** ``git secrets --install``.
7373
7474 Here's a quick example of how to ensure a git repository is scanned for secrets
7575 on each commit::