mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
37 lines
1.2 KiB
Tcl
37 lines
1.2 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup golang 1.0
|
|
|
|
go.setup github.com/trufflesecurity/trufflehog 3.95.8 v
|
|
go.package github.com/trufflesecurity/trufflehog/v3
|
|
go.offline_build no
|
|
revision 0
|
|
|
|
description Find credentials all over the place
|
|
|
|
long_description \
|
|
${name} scans for credentials in Github & Gitlab repositories, \
|
|
filesystems, and S3 buckets. It utilizes 700 credential detectors that \
|
|
support active verification against their respective APIs.
|
|
|
|
categories security
|
|
installs_libs no
|
|
license AGPL-3
|
|
maintainers {gmail.com:herby.gillot @herbygillot} \
|
|
openmaintainer
|
|
|
|
build.args-append \
|
|
-ldflags \" -X ${go.package}/pkg/version.BuildVersion=${version} \"
|
|
|
|
checksums rmd160 66f542d52e7e88ad3657560042b6142a7851df78 \
|
|
sha256 274ad44b514061239ff4e22dc74f33ceb25b3db842e8bd7d59a7a1a3e22d3b71 \
|
|
size 6118277
|
|
|
|
destroot {
|
|
xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/
|
|
}
|
|
|
|
github.livecheck.regex \
|
|
{([0-9.]+)}
|