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.
2 parents a350b22 + 9b80101 commit 23f4e41Copy full SHA for 23f4e41
.github/workflows/release.yaml
@@ -45,6 +45,7 @@ jobs:
45
registry: ghcr.io
46
username: ${{ github.repository_owner }}
47
password: ${{ secrets.GITHUB_TOKEN }}
48
+ - uses: anchore/sbom-action/download-syft@fbfd9c6c189226748411491745178e0c2017392d # v0.20.10
49
- uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6.4.0
50
id: goreleaser
51
with:
.goreleaser.yaml
@@ -28,10 +28,7 @@ checksum:
28
name_template: checksums.txt
29
30
sboms:
31
-- ids:
32
- - go-cli-github
33
- - another-binary
34
- disable: false
+- artifacts: archive
35
36
changelog:
37
use: github-native
0 commit comments