Skip to content

Commit e828c21

Browse files
authored
Generate and sign SBOM (#2108)
1 parent b158f7d commit e828c21

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/release.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,15 @@ jobs:
2727
with:
2828
go-version-file: 'go.mod'
2929

30+
- name: Install Cosign
31+
uses: sigstore/cosign-installer@v4.1.2
32+
33+
- name: Generate and sign SBOM
34+
run: make sbom
35+
env:
36+
COSIGN_KEY: ${{ secrets.COSIGN_KEY }}
37+
COSIGN_PASSWORD: ${{ secrets.COSIGN_PASSWORD }}
38+
3039
- name: Run GoReleaser
3140
uses: goreleaser/goreleaser-action@v7
3241
with:

0 commit comments

Comments
 (0)