Commit 35d5432
committed
ci(release): install syft for SBOM generation in release workflow (cloudnative-pg#10288)
The release workflow runs `goreleaser release` which triggers SBOM
generation via the `sboms` section in `.goreleaser.yml`. GoReleaser
defaults to using `syft` for this, but syft was never installed in the
release workflow, causing release builds to fail.
The CD workflow was unaffected because it runs `goreleaser build` which
skips SBOM generation entirely.
Ref:
https://github.com/cloudnative-pg/cloudnative-pg/actions/runs/23042068998
Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
(cherry picked from commit 3f18c3f)1 parent 5ee5f9f commit 35d5432
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
183 | 186 | | |
184 | 187 | | |
185 | 188 | | |
| |||
0 commit comments