Source: gitleaks
Section: golang
Priority: optional
Maintainer: Kali Developers <devel@kali.org>
Uploaders: Sophie Brun <sophie@offensive-security.com>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-golang,
               golang-any,
               golang-github-rs-zerolog-dev,
               golang-github-spf13-cobra-dev,
               golang-github-spf13-viper-dev,
               golang-github-stretchr-testify-dev,
               golang-golang-x-sync-dev,
               git <!nocheck>,
Standards-Version: 4.6.0
Vcs-Browser: https://gitlab.com/kalilinux/packages/gitleaks
Vcs-Git: https://gitlab.com/kalilinux/packages/gitleaks.git
Homepage: https://github.com/zricethezav/gitleaks
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: github.com/zricethezav/gitleaks

Package: gitleaks
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
Built-Using: ${misc:Built-Using}
Description: Scan git repos (or files) for secrets using regex and entropy
 This package contains a SAST tool for detecting hardcoded secrets
 like passwords, API keys, and tokens in git repos. Gitleaks aims
 to be the easy-to-use, all-in-one solution for finding secrets,
 past or present, in your code.
 Features:
   * Scan for committed secrets
   * Scan for unstaged secrets as part of shifting security left
   * Scan directories and files
   * Available Github Action
   * Custom rules via toml configuration
   * High performance using go-git
   * JSON, SARIF, and CSV reporting
   * Private repo scans using key or password based authentication
