Skip to content

Commit d0e8401

Browse files
committed
build attestations for docker images
1 parent c39e162 commit d0e8401

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/docker-image.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
release:
77
type: [published]
88

9+
permissions:
10+
contents: read
11+
id-token: write
12+
913
env:
1014
REGISTRY_IMAGE: dessimozlab/fastoma
1115

@@ -75,6 +79,8 @@ jobs:
7579
tags: ${{ env.REGISTRY_IMAGE }}
7680
labels: ${{ steps.meta.outputs.labels }}
7781
outputs: type=image,push-by-digest=true,name-canonical=true,push=true
82+
provenance: mode=max
83+
sbom: true
7884

7985
- name: Export digest
8086
run: |

0 commit comments

Comments
 (0)