Skip to content

Commit e9a04cc

Browse files
authored
Attach provenance and SBOM attestations to published docker container (#609)
What the title says. Signed-off-by: Juan Antonio Osorio <[email protected]>
1 parent 1ddcb87 commit e9a04cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/image-publish.yml

+2
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)