Skip to content

Commit

Permalink
enable sbom and prov. attestations
Browse files Browse the repository at this point in the history
  • Loading branch information
yajith committed Dec 21, 2024
1 parent b43710b commit 3c3850d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/portainer-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 3c3850d

Please sign in to comment.