File: control

package info (click to toggle)
git-secrets 1.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 256 kB
  • sloc: sh: 996; makefile: 27
file content (25 lines) | stat: -rw-r--r-- 804 bytes parent folder | download
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.