From 881f4c43487e6fe3ec3f408fde8127bf9da2bc3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Proulx?= <76956526+fproulx-boostsecurity@users.noreply.github.com> Date: Wed, 10 Apr 2024 12:51:43 -0400 Subject: [PATCH 1/2] Update .goreleaser.yaml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: François Proulx <76956526+fproulx-boostsecurity@users.noreply.github.com> --- .goreleaser.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index e1d522c4..81bb2d80 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -58,7 +58,9 @@ brews: name: homebrew-tap branch: main token: "{{ .Env.TAP_GITHUB_TOKEN }}" - folder: Formula + pull_request: + enabled: true + directory: Formula homepage: https://boostsecurity.io description: poutine - The Build Pipeline risk analyzer. license: Apache 2.0 From 86d57f21e4b424807413d9aa0fe013a40935cca7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Proulx?= <76956526+fproulx-boostsecurity@users.noreply.github.com> Date: Wed, 10 Apr 2024 12:53:02 -0400 Subject: [PATCH 2/2] Update release.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: François Proulx <76956526+fproulx-boostsecurity@users.noreply.github.com> --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dc5d7505..fef937fb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,6 +25,8 @@ jobs: with: egress-policy: audit - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + with: + fetch-depth: 0 - name: Setup Go uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5 with: