Skip to content

Commit 4cea726

Browse files
committed
Add sign to test workflow to test
1 parent f7ff93d commit 4cea726

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,7 @@ jobs:
5353
driver-opts: image=moby/buildkit:master
5454
- name: Build images
5555
run: make build-docker-image
56+
- name: Sign
57+
run: make sign-docker-image
58+
- name: SBOM
59+
run: make sbom-docker-image

0 commit comments

Comments
 (0)