From 3ae53dd719ecb0a43b30c5bd2899bd221558c304 Mon Sep 17 00:00:00 2001 From: Kobi Hikri Date: Wed, 29 Jul 2026 18:24:26 +0300 Subject: [PATCH] ci: attach an SBOM attestation to the published image (#4872) --- .github/workflows/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 339257e8..9356dd0f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -133,6 +133,7 @@ jobs: uses: docker/build-push-action@v7.3.0 with: push: true + sbom: true context: . platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8 tags: ${{ steps.meta.outputs.tags }}