From d526884c5a8cdce7d05f52a3ac1f6ddd4628a2ec Mon Sep 17 00:00:00 2001 From: Sergey Zhemoytel Date: Sat, 14 Dec 2024 14:21:19 +0000 Subject: [PATCH] 3.86.1 --- trufflehog.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/trufflehog.spec b/trufflehog.spec index be4bf83..c801fc3 100644 --- a/trufflehog.spec +++ b/trufflehog.spec @@ -42,7 +42,8 @@ trivy fs --scanners vuln --format cosign-vuln . %endif %build -export GOPROXY=https://proxy.golang.org/cached-only +export GOSUMDB=off +export GOPROXY=https://proxy.golang.org,direct CGO_ENABLED=0 go build --ldflags="-s -w" -a -o bin/trufflehog main.go upx bin/%{name}