Skip to content

Commit

Permalink
Merge pull request kubestellar#2718 from jaydee029/create-sbom
Browse files Browse the repository at this point in the history
✨CI: Added sbom generation in goreleaser
  • Loading branch information
kcp-ci-bot authored Jan 19, 2025
2 parents 13a3011 + bcc021d commit 6d609c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: v1.22

- name: Delete non-semver tags
run: 'git tag -d $(git tag -l | grep -v "^v")'

Expand Down
3 changes: 3 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,7 @@ release:
prerelease: auto
mode: keep-existing
skip_upload: true
sboms:
- id: source
artifacts: source

0 comments on commit 6d609c7

Please sign in to comment.