Skip to content

Commit 98c8630

Browse files
authored
fix: Install syft in release workflow for SBOM generation (#740)
1 parent ffb6264 commit 98c8630

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ jobs:
3939
- name: Set up QEMU
4040
uses: docker/setup-qemu-action@v3
4141

42+
- name: Install Syft for SBOM generation
43+
uses: anchore/sbom-action/download-syft@v0
44+
with:
45+
syft-version: latest
46+
4247
- name: Import GPG key
4348
if: ${{ env.GPG_PRIVATE_KEY != '' }}
4449
id: import_gpg

0 commit comments

Comments
 (0)