Metadata-Version: 2.1
Name: truffleHog3
Version: 1.1.0
Summary: Find secrets in your codebase.
Home-page: https://github.com/feeltheajf/truffleHog3
Author: Ilya Radostev
Author-email: feeltheajf@gmail.com
License: GNU
Description: [![Package Version](https://img.shields.io/pypi/v/truffleHog3.svg)](https://pypi.org/project/truffleHog3)
        ![Python Version](https://img.shields.io/badge/python-3.6%2B-informational.svg)
        [![Build Status](https://travis-ci.com/feeltheajf/truffleHog3.svg?branch=master)](https://travis-ci.com/feeltheajf/truffleHog3)
        [![Code Coverage](https://codecov.io/gh/feeltheajf/truffleHog3/branch/master/graph/badge.svg)](https://codecov.io/gh/feeltheajf/truffleHog3)
        [![Downloads](https://pepy.tech/badge/trufflehog3)](https://pepy.tech/project/trufflehog3)
        [![Known Vulnerabilities](https://snyk.io/test/github/feeltheajf/truffleHog3/badge.svg?targetFile=requirements.txt)](https://snyk.io/test/github/feeltheajf/truffleHog3?targetFile=requirements.txt)
        
        
        # truffleHog3
        This is an enhanced version of [truffleHog](https://github.com/dxa4481/truffleHog) scanner
        
        
        ## New
        
        - Python 3.6
        - flake8 compliant code
        - output to file option
        - option to disable Git history checks - scan simple files/folders
        - option to exclude files/directories
        - config file support with automatic detection of [trufflehog.json](https://github.com/feeltheajf/truffleHog3/blob/master/trufflehog.json.example) config in source code directory
        
        
        ## Installation
        
        Package is available on [PyPI](https://pypi.org/project/truffleHog3)
        
        ```
        pip install truffleHog3
        ```
        
        
        ## Customizing
        
        List of regexes was moved into repository, see [regexes.json](https://github.com/feeltheajf/truffleHog3/blob/master/truffleHog3/regexes.json)
        
        
        ## Help
        
        ```
        usage: trufflehog3 [options] source
        
        Find secrets in your codebase.
        
        positional arguments:
          source              URL or local path for secret searching
        
        optional arguments:
          -h, --help          show this help message and exit
          -c, --config        path to config file
          -r, --rules         ignore default regexes and source from json
          -o, --output        write report to file
          -b, --branch        name of the branch to be scanned
          -m, --max-depth     max commit depth for searching
          -s, --since-commit  scan starting from a given commit hash
          --json              output in JSON
          --exclude           exclude paths from scan
          --whitelist         skip matching strings
          --no-regex          disable high signal regex checks
          --no-entropy        disable entropy checks
          --no-history        disable commit history check
        ```
        
        
        ## Thanks
        
        Special thanks to Dylan Ayrey ([@dxa4481](https://github.com/dxa4481)), developer of the original [truffleHog](https://github.com/dxa4481/truffleHog) scanner
        
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
