Skip to content

Commit 1502957

Browse files
authored
ci: add explicit provenance and enable sbom
1 parent bfb0379 commit 1502957

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,9 @@ jobs:
8484
build-args: DOCKER_GEN_VERSION=${{ steps.docker-gen_version.outputs.VERSION }}
8585
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le,linux/s390x
8686
file: Dockerfile.${{ matrix.base }}
87+
sbom: true
8788
push: true
89+
provenance: mode=max
8890
tags: ${{ steps.docker_meta.outputs.tags }}
8991
labels: ${{ steps.docker_meta.outputs.labels }}
9092
cache-from: type=gha

0 commit comments

Comments
 (0)