Skip to content

Commit e2aaee0

Browse files
authored
chore: publish SBOM (#6511)
1 parent 862caa2 commit e2aaee0

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ jobs:
6565
- name: Install snapcraft
6666
run: sudo snap install snapcraft --classic
6767

68+
- name: Setup Syft
69+
uses: anchore/sbom-action/download-syft@v0.24.0
70+
6871
- name: Set up QEMU
6972
uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0.0
7073

.goreleaser.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ builds:
4141
- goos: windows
4242
goarch: arm
4343

44+
sboms:
45+
- id: archive
46+
artifacts: archive
47+
4448
archives:
4549
- formats: [ 'tar.gz' ]
4650
wrap_in_directory: true

0 commit comments

Comments
 (0)