1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
Source: git-secrets
Section: vcs
Priority: optional
Maintainer: Francois Marier <francois@debian.org>
Build-Depends:
debhelper (>=12),
git,
python3-docutils,
Standards-Version: 4.3.0
Homepage: https://github.com/awslabs/git-secrets
Vcs-git: https://salsa.debian.org/debian/git-secrets.git
Vcs-Browser: https://salsa.debian.org/debian/git-secrets
Package: git-secrets
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
${shlibs:Depends},
Description: Prevents accidental commits of credentials
git-secrets scans commits, commit messages, and --no-ff merges
to prevent adding secrets into your git repositories. If a commit,
commit message, or any commit in a --no-ff merge history matches
one of your configured prohibited regular expression patterns,
then the commit is rejected.
|