Skip to content

Commit 2ff423c

Browse files
authored
Add SBOM attestations to docker images (#61)
1 parent 1ec60ea commit 2ff423c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docker.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ jobs:
5353
context: .
5454
platforms: linux/amd64,linux/arm64
5555
push: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v') }} # only push on main branch or release tag
56+
provenance: mode=max
57+
sbom: true
5658
tags: ${{ steps.meta.outputs.tags }}
5759
labels: ${{ steps.meta.outputs.labels }}
5860
build-args: |

0 commit comments

Comments
 (0)