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.
