We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 862caa2 commit e2aaee0Copy full SHA for e2aaee0
2 files changed
.github/workflows/release.yml
@@ -65,6 +65,9 @@ jobs:
65
- name: Install snapcraft
66
run: sudo snap install snapcraft --classic
67
68
+ - name: Setup Syft
69
+ uses: anchore/sbom-action/download-syft@v0.24.0
70
+
71
- name: Set up QEMU
72
uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0.0
73
.goreleaser.yml
@@ -41,6 +41,10 @@ builds:
41
- goos: windows
42
goarch: arm
43
44
+sboms:
45
+ - id: archive
46
+ artifacts: archive
47
48
archives:
49
- formats: [ 'tar.gz' ]
50
wrap_in_directory: true
0 commit comments