We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2049e92 commit 20dde28Copy full SHA for 20dde28
2 files changed
.github/workflows/release.yaml
@@ -64,7 +64,6 @@ jobs:
64
- name: Set up environment
65
run: echo "GOVERSION=$(go version)" >> "$GITHUB_ENV"
66
- uses: sigstore/cosign-installer@e1523de7571e31dbe865fd2e80c5c7c23ae71eb4 # v3.4.0
67
- - uses: anchore/sbom-action/download-syft@9fece9e20048ca9590af301449208b2b8861333b # v0.15.9
68
- uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 # v5.0.0
69
with:
70
version: latest
.goreleaser.yaml
@@ -22,9 +22,6 @@ builds:
22
changelog:
23
use: github-native
24
25
-sboms:
26
-- artifacts: archive
27
-
28
signs:
29
- cmd: cosign
30
signature: "${artifact}.sig"
0 commit comments