mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
gitleaks: bump to 3.3.0
This commit is contained in:
parent
962b3020f3
commit
0d44d0656d
2 changed files with 87 additions and 0 deletions
|
|
@ -69,3 +69,4 @@ DIST github.com-xanzy-ssh-agent-v0.2.0.tar.gz 7273 BLAKE2B 5a73c92d4190e3f9c1075
|
|||
DIST github.com-xanzy-ssh-agent-v0.2.1.tar.gz 7611 BLAKE2B 8a15b5ee2af446efedc7880aea748ddc2cdb1fb38bb619d4c723230de30dd9f4938eb6e3b048c90ebe603ebc14c9433a8c11f587737f77e6bd307879ac6a7de5 SHA512 3336d3e18aa6290c17330c5abbed772205496b5621e1cfa5976f60e0f4fc90e5736314e45d42a72b5075444142c767221e1dbfbf84f950a9ca8c2c02f8abf6aa
|
||||
DIST gitleaks-2.1.0.tar.gz 44121 BLAKE2B 932046fe06433159c07626db3dab74d2350ab6a0fc6a78a6430740f9193855fc9749c374e241257ccf1376209f5bd72387ea2bd3383ea692fcad644634299d62 SHA512 114484b06079bb1697c4d0cedef96a82a013951ea38d23d162af1566e34509aafe3c6e426cc473b3b2b8565564bbb5efbc0547e3d63bcb5a64f43ac57c0f13d8
|
||||
DIST gitleaks-3.2.2.tar.gz 85578 BLAKE2B 76cbc45f69779c8fc05a66646c68f086d3da9907ca00c7a6b7b65fb20ff874b2f49379840fdb64fc8b469bca0b4cb9fdd453a8ae35776acddfd11897cdf2629a SHA512 8ae87ce29e84a01f7b1849d5be7cd7e71c550f5ef1c4803db2e618c8fced6aa0b040dfdbf00bd608189e8ad9c0a6f22ec12ecaf32a38d38dde929f1231f4e484
|
||||
DIST gitleaks-3.3.0.tar.gz 89418 BLAKE2B 0115f637a34203bc88f35b00769df3539d0a1fb60fe259077f9dc9c3bc7d8be60d56ee46c73bca75db6e0b5dedbe4633dd42adebeb5f71c6602da068466b2ab0 SHA512 b7c8bc147d520afcaeb7b614788fd2271d436ddb0df29a3385a77b87dbc707c97978938d62dca0ec96f390535bd3c93ecd955d99988ed83654c66074340fc90b
|
||||
|
|
|
|||
86
dev-vcs/gitleaks/gitleaks-3.3.0.ebuild
Normal file
86
dev-vcs/gitleaks/gitleaks-3.3.0.ebuild
Normal file
|
|
@ -0,0 +1,86 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
EGO_PN="github.com/zricethezav/gitleaks"
|
||||
EGO_VENDOR=(
|
||||
"github.com/BurntSushi/toml v0.3.1"
|
||||
"github.com/alcortesm/tgz 9c5fe88"
|
||||
"github.com/anmitsu/go-shlex 648efa6"
|
||||
"github.com/armon/go-socks5 e753329"
|
||||
"github.com/creack/pty v1.1.7"
|
||||
"github.com/davecgh/go-spew v1.1.1"
|
||||
"github.com/emirpasic/gods v1.12.0"
|
||||
"github.com/flynn/go-shlex 3f9db97"
|
||||
"github.com/gliderlabs/ssh v0.2.2"
|
||||
"github.com/golang/protobuf v1.2.0"
|
||||
"github.com/google/go-cmp v0.4.0"
|
||||
"github.com/google/go-github v17.0.0"
|
||||
"github.com/google/go-querystring v1.0.0"
|
||||
"github.com/hako/durafmt 3f39dc1"
|
||||
"github.com/jbenet/go-context d14ea06"
|
||||
"github.com/jessevdk/go-flags v1.4.0"
|
||||
"github.com/kevinburke/ssh_config 01f96b0"
|
||||
"github.com/konsorten/go-windows-terminal-sequences v1.0.1"
|
||||
"github.com/kr/pretty v0.1.0"
|
||||
"github.com/kr/pty v1.1.8"
|
||||
"github.com/kr/text v0.1.0"
|
||||
"github.com/mattn/go-colorable v0.1.2"
|
||||
"github.com/mattn/go-isatty v0.0.8"
|
||||
"github.com/mitchellh/go-homedir v1.1.0"
|
||||
"github.com/pelletier/go-buffruneio v0.2.0"
|
||||
"github.com/pkg/errors v0.8.1"
|
||||
"github.com/pmezard/go-difflib v1.0.0"
|
||||
"github.com/sergi/go-diff v1.0.0"
|
||||
"github.com/sirupsen/logrus v1.4.2"
|
||||
"github.com/src-d/gcfg v1.4.0"
|
||||
"github.com/stretchr/objx v0.2.0"
|
||||
"github.com/stretchr/testify v1.4.0"
|
||||
"github.com/xanzy/go-gitlab v0.21.0"
|
||||
"github.com/xanzy/ssh-agent v0.2.1"
|
||||
"golang.org/x/crypto 4def268 github.com/golang/crypto"
|
||||
"golang.org/x/net ca1201d github.com/golang/net"
|
||||
"golang.org/x/oauth2 0f29369 github.com/golang/oauth2"
|
||||
"golang.org/x/sys fc99dfb github.com/golang/sys"
|
||||
"gopkg.in/check.v1 788fd78 github.com/go-check/check"
|
||||
"gopkg.in/src-d/go-billy.v4 v4.3.2 github.com/src-d/go-billy"
|
||||
"gopkg.in/src-d/go-git-fixtures.v3 v3.5.0 github.com/src-d/go-git-fixtures"
|
||||
"gopkg.in/src-d/go-git.v4 v4.13.1 github.com/src-d/go-git"
|
||||
"gopkg.in/warnings.v0 v0.1.2 github.com/go-warnings/warnings"
|
||||
"gopkg.in/yaml.v2 v2.2.2 github.com/go-yaml/yaml"
|
||||
)
|
||||
|
||||
inherit eutils golang-vcs-snapshot
|
||||
|
||||
DESCRIPTION="Audit git repos for secrets"
|
||||
HOMEPAGE="https://github.com/zricethezav/gitleaks"
|
||||
|
||||
SRC_URI="https://github.com/zricethezav/gitleaks/archive/v${PV}.tar.gz -> ${P}.tar.gz
|
||||
${EGO_VENDOR_URI}"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RESTRICT="mirror"
|
||||
|
||||
DEPEND="
|
||||
dev-go/go-text:=
|
||||
dev-go/go-tools:="
|
||||
|
||||
src_compile() {
|
||||
GOPATH="${S}:$(get_golibdir_gopath)" \
|
||||
GOCACHE="${T}/go-cache" \
|
||||
go build -v -work -x -ldflags="-w" "${EGO_PN}" || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
GOPATH="${S}:$(get_golibdir_gopath)" \
|
||||
GOCACHE="${T}/go-cache" \
|
||||
go install -v -work -x -ldflags="-w" "${EGO_PN}" || die
|
||||
|
||||
dobin bin/${PN}
|
||||
dodoc \
|
||||
src/"${EGO_PN}"/{README.md,Dockerfile}
|
||||
}
|
||||
Loading…
Reference in a new issue