Skip to content

Commit 7f5c800

Browse files
authored
Merge pull request #247 from smlx/debug-sbom
chore: generate sbom
2 parents 2160d59 + f808839 commit 7f5c800

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
id: goreleaser
5050
with:
5151
version: latest
52-
args: release --clean
52+
args: release --verbose
5353
env:
5454
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5555
# attest artifacts

.goreleaser.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ sboms:
3131
- ids:
3232
- go-cli-github
3333
- another-binary
34+
disable: false
3435

3536
changelog:
3637
use: github-native

0 commit comments

Comments
 (0)