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 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
|
Source: gitleaks
Section: golang
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Anthony Fok <foka@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-sequence-golang,
git,
golang-any,
golang-github-bobusumisu-aho-corasick-dev,
golang-github-charmbracelet-lipgloss-dev (>= 0.5.0),
golang-github-fatih-semgroup-dev (>= 1.2.0),
golang-github-gitleaks-go-gitdiff-dev (>= 0.9.1~),
golang-github-google-go-cmp-dev,
golang-github-masterminds-sprig-dev,
golang-github-rs-zerolog-dev (>= 1.26.1),
golang-github-spf13-cobra-dev (>= 1.2.1),
golang-github-spf13-viper-dev (>= 1.8.1),
golang-github-stretchr-testify-dev (>= 1.7.0),
golang-golang-x-exp-dev,
golang-gopkg-h2non-filetype.v1-dev (>= 1.1.3)
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.3
Vcs-Browser: https://salsa.debian.org/go-team/packages/gitleaks
Vcs-Git: https://salsa.debian.org/go-team/packages/gitleaks.git
Homepage: https://github.com/gitleaks/gitleaks
XS-Go-Import-Path: github.com/zricethezav/gitleaks
Package: gitleaks
Section: utils
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends}
Built-Using: ${misc:Built-Using}
Static-Built-Using: ${misc:Static-Built-Using}
Description: protect and discover secrets using Gitleaks 🔑 (program)
Gitleaks is a SAST tool for **detecting** and **preventing** hardcoded
secrets like passwords, API keys, and tokens in git repos. Gitleaks is
an **easy-to-use, all-in-one solution** for detecting secrets, past or
present, in your code.
.
This package contains the command-line tool 'gitleaks'.
Package: golang-github-gitleaks-gitleaks-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-bobusumisu-aho-corasick-dev,
golang-github-charmbracelet-lipgloss-dev (>= 0.5.0),
golang-github-fatih-semgroup-dev (>= 1.2.0),
golang-github-gitleaks-go-gitdiff-dev (>= 0.9.1~),
golang-github-google-go-cmp-dev,
golang-github-masterminds-sprig-dev,
golang-github-rs-zerolog-dev (>= 1.26.1),
golang-github-spf13-cobra-dev (>= 1.2.1),
golang-github-spf13-viper-dev (>= 1.8.1),
golang-github-stretchr-testify-dev (>= 1.7.0),
golang-golang-x-exp-dev,
golang-gopkg-h2non-filetype.v1-dev (>= 1.1.3),
${misc:Depends}
Description: protect and discover secrets using Gitleaks 🔑 (Go library)
Gitleaks is a SAST tool for **detecting** and **preventing** hardcoded
secrets like passwords, API keys, and tokens in git repos. Gitleaks is
an **easy-to-use, all-in-one solution** for detecting secrets, past or
present, in your code.
.
This package contains the Go source code.
|