Skip to content

Commit 23f4e41

Browse files
authored
Merge pull request #249 from smlx/test-release
fix: sboms
2 parents a350b22 + 9b80101 commit 23f4e41

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
registry: ghcr.io
4646
username: ${{ github.repository_owner }}
4747
password: ${{ secrets.GITHUB_TOKEN }}
48+
- uses: anchore/sbom-action/download-syft@fbfd9c6c189226748411491745178e0c2017392d # v0.20.10
4849
- uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6.4.0
4950
id: goreleaser
5051
with:

.goreleaser.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,7 @@ checksum:
2828
name_template: checksums.txt
2929

3030
sboms:
31-
- ids:
32-
- go-cli-github
33-
- another-binary
34-
disable: false
31+
- artifacts: archive
3532

3633
changelog:
3734
use: github-native

0 commit comments

Comments
 (0)