Skip to content

Commit 86ee71e

Browse files
committed
ci: install syft before goreleaser to fix sbom generation
1 parent 9f53ac5 commit 86ee71e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/goreleaser.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,9 @@ jobs:
213213
cleanup: true
214214
timeout-minutes: 5
215215

216+
- name: "📦 Install Syft"
217+
uses: anchore/sbom-action/download-syft@v0
218+
216219
- name: "🚀 Distribute Artifacts (GoReleaser)"
217220
uses: goreleaser/goreleaser-action@ec59f474b9834571250b370d4735c50f8e2d1e29 # v7.0.0
218221
env:

0 commit comments

Comments
 (0)