Skip to content

Commit 77ef675

Browse files
committed
Attach provenance and SBOM attestations to published docker container
What the title says. Signed-off-by: Juan Antonio Osorio <ozz@stacklok.com>
1 parent 8d4aec8 commit 77ef675

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/image-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ jobs:
8181
context: .
8282
platforms: linux/amd64,linux/arm64
8383
push: true
84+
provenance: mode=max
85+
sbom: true
8486
tags: ${{ steps.docker-metadata.outputs.tags }}
8587
labels: ${{ steps.docker-metadata.outputs.labels }}
8688
cache-from: type=gha

0 commit comments

Comments
 (0)