# -*- 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.39.0 v go.package github.com/trufflesecurity/trufflehog/v3 github.tarball_from archive 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 # Allow Go to fetch dependencies during build time build.env-delete GO111MODULE=off GOPROXY=off build.args-append \ -ldflags \"-X ${go.package}/pkg/version.BuildVersion=${version}\" checksums rmd160 dbb6ceb861a33a4142d782af19775dd914db9e15 \ sha256 d004ae6203b759b65d49cac54c7f91633e7b3d234d29b8c73bbcdd0d45a0c695 \ size 606203 destroot { xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/ }