Skip to content

Commit

Permalink
build: add support for SBOMs
Browse files Browse the repository at this point in the history
  • Loading branch information
abhimanyu003 committed Aug 29, 2024
1 parent cc361b3 commit fe19380
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: 1.22
- name: Install syft
uses: anchore/sbom-action/download-syft@61119d458adab75f756bc0b9e4bde25725f86a7a # v0.17.2
- name: Set up Snapcraft
run: |
sudo apt-get update
Expand Down
3 changes: 3 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,6 @@ chocolateys:
api_key: "{{ .Env.CHOCOLATEY_API_KEY }}"
source_repo: "https://push.chocolatey.org/"
skip_publish: true

sboms:
- artifacts: archive

0 comments on commit fe19380

Please sign in to comment.