Skip to content

Commit

Permalink
github/actions: Generate SBOM
Browse files Browse the repository at this point in the history
  • Loading branch information
jkralik committed Jan 26, 2024
1 parent e375aca commit bec638c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ jobs:
- name: Print supported platforms
run: go tool dist list

- name: Install syft
run: |
curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b /usr/local/bin
syft version
- name: Set ui_file
id: vars
run: |
Expand Down
2 changes: 2 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,5 @@ changelog:
exclude:
- '^docs:'
- '^test:'
sboms:
- artifacts: source

0 comments on commit bec638c

Please sign in to comment.