We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cda9d7d commit 38dc5f5Copy full SHA for 38dc5f5
.github/workflows/release.yml
@@ -25,6 +25,8 @@ jobs:
25
with:
26
egress-policy: audit
27
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
28
+ with:
29
+ fetch-depth: 0
30
- name: Setup Go
31
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5
32
.goreleaser.yaml
@@ -58,7 +58,9 @@ brews:
58
name: homebrew-tap
59
branch: main
60
token: "{{ .Env.TAP_GITHUB_TOKEN }}"
61
- folder: Formula
+ pull_request:
62
+ enabled: true
63
+ directory: Formula
64
homepage: https://boostsecurity.io
65
description: poutine - The Build Pipeline risk analyzer.
66
license: Apache 2.0
0 commit comments