Skip to content

Commit 3a28d5e

Browse files
authored
ci: add generating sboms to docker workflow (#94)
1 parent ca84947 commit 3a28d5e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/docker.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,14 @@ jobs:
5353
run: |
5454
make test
5555
make
56+
57+
- name: Set up Docker Buildx
58+
uses: docker/setup-buildx-action@v3
5659

5760
- name: Push image
5861
uses: docker/build-push-action@v6
5962
with:
6063
context: .
6164
push: true
62-
tags: ${{ steps.meta.outputs.tags }}
65+
sbom: true
66+
tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)