wip/py-trufflehog3: import py-trufflehog3 2.0.2

This commit is contained in:
K.I.A.Derouiche 2020-10-25 11:33:09 +01:00
parent b950c23b4c
commit d955db8dfd
4 changed files with 86 additions and 0 deletions

23
py-trufflehog3/DESCR Normal file
View File

@ -0,0 +1,23 @@
TODO: Adjust the following lines from README.md
[![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
[![Report Preview](https://github.com/feeltheajf/truffleHog3/blob/master/examples/report.png)](https://feeltheajf.github.io/other/trufflehog)
## Important
TruffleHog 2.x is not backwards compatible with 1.x branch, see new [trufflehog.yaml](https://github.com/feeltheajf/truffleHog3/blob/master/examples/trufflehog.yaml) and [Help](#Help)
## New
...

20
py-trufflehog3/Makefile Normal file
View File

@ -0,0 +1,20 @@
# $NetBSD$
DISTNAME= truffleHog3-2.0.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=m/${DISTNAME:S/${VERS}//}/}
MAINTAINER= kamelderouiche@yahoo.com
HOMEPAGE= https://github.com/feeltheajf/truffleHog3
COMMENT= Find secrets in your codebase
LICENSE= gnu-gpl-v3
DEPENDS+= ${PYPKGPREFIX}-gitpython>=3.1.10:../../devel/py-gitpython
DEPENDS+= ${PYPKGPREFIX}-jinja2>=2.11.1:../../textproc/py-yaml
DEPENDS+= ${PYPKGPREFIX}-yaml>=5.3.1:../../textproc/py-yaml
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

37
py-trufflehog3/PLIST Normal file
View File

@ -0,0 +1,37 @@
@comment $NetBSD$
bin/trufflehog3
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/truffleHog3/__init__.py
${PYSITELIB}/truffleHog3/__init__.pyc
${PYSITELIB}/truffleHog3/__init__.pyo
${PYSITELIB}/truffleHog3/__main__.py
${PYSITELIB}/truffleHog3/__main__.pyc
${PYSITELIB}/truffleHog3/__main__.pyo
${PYSITELIB}/truffleHog3/cli.py
${PYSITELIB}/truffleHog3/cli.pyc
${PYSITELIB}/truffleHog3/cli.pyo
${PYSITELIB}/truffleHog3/lib/__init__.py
${PYSITELIB}/truffleHog3/lib/__init__.pyc
${PYSITELIB}/truffleHog3/lib/__init__.pyo
${PYSITELIB}/truffleHog3/lib/render.py
${PYSITELIB}/truffleHog3/lib/render.pyc
${PYSITELIB}/truffleHog3/lib/render.pyo
${PYSITELIB}/truffleHog3/lib/search.py
${PYSITELIB}/truffleHog3/lib/search.pyc
${PYSITELIB}/truffleHog3/lib/search.pyo
${PYSITELIB}/truffleHog3/lib/source.py
${PYSITELIB}/truffleHog3/lib/source.pyc
${PYSITELIB}/truffleHog3/lib/source.pyo
${PYSITELIB}/truffleHog3/lib/utils.py
${PYSITELIB}/truffleHog3/lib/utils.pyc
${PYSITELIB}/truffleHog3/lib/utils.pyo
${PYSITELIB}/truffleHog3/report.j2
${PYSITELIB}/truffleHog3/rules.yaml
${PYSITELIB}/truffleHog3/types.py
${PYSITELIB}/truffleHog3/types.pyc
${PYSITELIB}/truffleHog3/types.pyo

6
py-trufflehog3/distinfo Normal file
View File

@ -0,0 +1,6 @@
$NetBSD$
SHA1 (truffleHog3-2.0.2.tar.gz) = 5314487b5d92954fa852b7be50293f1b8b195981
RMD160 (truffleHog3-2.0.2.tar.gz) = c38f0f6cb3bb638c782ef7d21234d3a37dd71c39
SHA512 (truffleHog3-2.0.2.tar.gz) = 08edc6d4079f94ca6f2b6e17f2bfea3207a8acb880db4f09d2018814bf910997ebe20958e69204d6ca1f448351a830bb0d124d0bdf63e5dd9a1635bc96478341
Size (truffleHog3-2.0.2.tar.gz) = 12976 bytes