From 506f849d8917d3df295c866ff8768d15dbfb0b8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrei=20Ioni=C8=9B=C4=83?= Date: Wed, 12 Nov 2025 18:02:57 +0000 Subject: [PATCH] ci: add attestations --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c2ccc22..8635990 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,4 +48,6 @@ jobs: tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} no-cache: true + provenance: mode=max + sbom: true push: ${{ github.ref == 'refs/heads/main' }}