Skip to content

Commit

Permalink
ci: add explicit provenance and enable sbom
Browse files Browse the repository at this point in the history
  • Loading branch information
buchdag authored Dec 19, 2023
1 parent fd648c3 commit daf8001
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@ jobs:
context: .
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le,linux/s390x
file: Dockerfile.${{ matrix.base }}
sbom: true
push: true
provenance: mode=max
tags: ${{ steps.docker_meta.outputs.tags }}
labels: ${{ steps.docker_meta.outputs.labels }}
cache-from: type=gha
Expand Down

0 comments on commit daf8001

Please sign in to comment.