From 9bc080c918655d1640b199935b012da43fafcdc4 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Mon, 12 Feb 2024 15:03:57 +0000 Subject: [PATCH] Install syft --- .github/workflows/build-image-signed-ghat.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build-image-signed-ghat.yml b/.github/workflows/build-image-signed-ghat.yml index f391abf..a6760a0 100644 --- a/.github/workflows/build-image-signed-ghat.yml +++ b/.github/workflows/build-image-signed-ghat.yml @@ -29,6 +29,10 @@ jobs: tags: ghcr.io/${{ github.repository }}:latest context: . + - name: Install Syft + run: | + curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b /usr/local/bin + - name: Generate SBOM with Syft id: sbom-gen run: |