Skip to content

Commit 9a43ff8

Browse files
committed
fix: Temporarily disable SBOM generation to fix release process
The syft tool is not installed in the GitHub Actions environment, causing releases to fail. Commenting out SBOM generation for now until we add syft installation to the workflow.
1 parent eba7ccc commit 9a43ff8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.goreleaser.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,5 +166,5 @@ release:
166166
# - APPLE_DEVELOPER_TEAM_ID={{ .Env.APPLE_TEAM_ID }}
167167
# - AC_PASSWORD={{ .Env.AC_PASSWORD }}
168168

169-
sboms:
170-
- artifacts: archive
169+
# sboms:
170+
# - artifacts: archive

0 commit comments

Comments
 (0)