mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
secutiry/trufflehog: New port: Find and verify credentials
This commit is contained in:
parent
6338934b7c
commit
14dfdd5087
@ -1324,6 +1324,7 @@
|
||||
SUBDIR += trezord
|
||||
SUBDIR += tripwire
|
||||
SUBDIR += trousers
|
||||
SUBDIR += trufflehog
|
||||
SUBDIR += tthsum
|
||||
SUBDIR += u2f-devd
|
||||
SUBDIR += uacme
|
||||
|
20
security/trufflehog/Makefile
Normal file
20
security/trufflehog/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
PORTNAME= trufflehog
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 3.60.2
|
||||
CATEGORIES= security
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= Find and verify credentials
|
||||
WWW= https://trufflesecurity.com/
|
||||
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= go:1.21,modules
|
||||
|
||||
GO_MODULE= github.com/trufflesecurity/trufflehog/v3
|
||||
#GO_TARGET= ./${PORTNAME}
|
||||
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
|
||||
.include <bsd.port.mk>
|
5
security/trufflehog/distinfo
Normal file
5
security/trufflehog/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
TIMESTAMP = 1698174804
|
||||
SHA256 (go/security_trufflehog/trufflehog-v3.60.2/v3.60.2.mod) = 4dce2272a2c61335d1466f5cb72fb00f3097baee14f6ee5f3d7752d39a33e63f
|
||||
SIZE (go/security_trufflehog/trufflehog-v3.60.2/v3.60.2.mod) = 13158
|
||||
SHA256 (go/security_trufflehog/trufflehog-v3.60.2/v3.60.2.zip) = a9664182bb9b69b8fa42ab5f34c251f52c8fb5d03c939ea41b52975f81aba076
|
||||
SIZE (go/security_trufflehog/trufflehog-v3.60.2/v3.60.2.zip) = 4896528
|
2
security/trufflehog/pkg-descr
Normal file
2
security/trufflehog/pkg-descr
Normal file
@ -0,0 +1,2 @@
|
||||
TruffleHog scans for sensitive keys in hidden content and version history from
|
||||
commonly used tools across your company.
|
Loading…
Reference in New Issue
Block a user