From 7d741751ff5c2d0e11adce667b9a29ac15eb46e6 Mon Sep 17 00:00:00 2001 From: naveen <172697+naveensrinivasan@users.noreply.github.com> Date: Tue, 16 Nov 2021 16:02:14 +0000 Subject: [PATCH] :bug: Fix the reproducible builds https://github.com/sigstore/cosign/pull/1053 --- .goreleaser.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.goreleaser.yml b/.goreleaser.yml index 5614c59103c..57ab7ceeeea 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -6,6 +6,8 @@ env: before: hooks: - go mod download +gomod: + proxy: true builds: - id: linux binary: scorecard-linux-{{ .Arch }}