From 3c3850d180e69be9d37a7828d313a4645d2308c7 Mon Sep 17 00:00:00 2001 From: Yajith Dayarathna Date: Sat, 21 Dec 2024 19:44:38 +1300 Subject: [PATCH] enable sbom and prov. attestations --- .github/workflows/portainer-updater.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/portainer-updater.yml b/.github/workflows/portainer-updater.yml index d4d6960..4147c6b 100644 --- a/.github/workflows/portainer-updater.yml +++ b/.github/workflows/portainer-updater.yml @@ -96,13 +96,13 @@ jobs: labels: ${{ steps.meta.outputs.labels }} annotations: ${{ steps.meta.outputs.annotations }} outputs: type=image,name=${{ env.DOCKER_HUB_REPO }},push-by-digest=true,name-canonical=true,push=true - provenance: false - sbom: false + provenance: true + sbom: true cache-from: type=gha cache-to: type=gha,mode=max - attests: | - type=sbom - type=provenance,mode=max + # attests: | + # type=sbom + # type=provenance,mode=max - name: "[build] export digest" run: |