Skip to content

Commit 20dde28

Browse files
committed
feat: remove custom SBOM generation
Comparative analysis of the SBOM generated by Github's dependency graph and Syft shows that Github's is more complete. So lets rely on that.
1 parent 2049e92 commit 20dde28

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/release.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ jobs:
6464
- name: Set up environment
6565
run: echo "GOVERSION=$(go version)" >> "$GITHUB_ENV"
6666
- uses: sigstore/cosign-installer@e1523de7571e31dbe865fd2e80c5c7c23ae71eb4 # v3.4.0
67-
- uses: anchore/sbom-action/download-syft@9fece9e20048ca9590af301449208b2b8861333b # v0.15.9
6867
- uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 # v5.0.0
6968
with:
7069
version: latest

.goreleaser.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ builds:
2222
changelog:
2323
use: github-native
2424

25-
sboms:
26-
- artifacts: archive
27-
2825
signs:
2926
- cmd: cosign
3027
signature: "${artifact}.sig"

0 commit comments

Comments
 (0)