Skip to content

Commit 94877c3

Browse files
authored
Merge pull request #15 from stacklok/cosign
Update cosign
2 parents 3b9f957 + 85e33eb commit 94877c3

4 files changed

+8
-12
lines changed

.github/workflows/build-image-signed-cosign-malicious.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@ jobs:
2424
make build-malicious-image
2525
2626
- name: Install Cosign
27-
uses: sigstore/cosign-installer@6e04d228eb30da1757ee4e1dd75a0ec73a653e06 #v3.1.1
28-
with:
29-
cosign-release: 'v2.1.1'
27+
uses: sigstore/[email protected]
3028

3129
- name: Setup Docker buildx
3230
uses: docker/setup-buildx-action@79abd3f86f79a9d68a23c75a09a9a85889262adf
@@ -60,5 +58,6 @@ jobs:
6058
env:
6159
DIGEST: ${{ steps.build-and-push.outputs.digest }}
6260
run: |
61+
cosign version
6362
echo "ghcr.io/${{ github.repository }}:daily" | xargs -I {} cosign sign --yes {}@${DIGEST}
6463
echo "ghcr.io/${{ github.repository }}:latest" | xargs -I {} cosign sign --yes {}@${DIGEST}

.github/workflows/build-image-signed-cosign-static-copied.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ jobs:
2020
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
2121

2222
- name: Install Cosign
23-
uses: sigstore/cosign-installer@6e04d228eb30da1757ee4e1dd75a0ec73a653e06 #v3.1.1
24-
with:
25-
cosign-release: 'v2.1.1'
23+
uses: sigstore/[email protected]
2624

2725
- name: Setup Docker buildx
2826
uses: docker/setup-buildx-action@79abd3f86f79a9d68a23c75a09a9a85889262adf
@@ -54,4 +52,5 @@ jobs:
5452
env:
5553
DIGEST: ${{ steps.build-and-push.outputs.digest }}
5654
run: |
55+
cosign version
5756
echo "ghcr.io/${{ github.repository }}:static" | xargs -I {} cosign sign --yes {}@${DIGEST}

.github/workflows/build-image-signed-cosign-static.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ jobs:
2020
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
2121

2222
- name: Install Cosign
23-
uses: sigstore/cosign-installer@6e04d228eb30da1757ee4e1dd75a0ec73a653e06 #v3.1.1
24-
with:
25-
cosign-release: 'v2.1.1'
23+
uses: sigstore/[email protected]
2624

2725
- name: Setup Docker buildx
2826
uses: docker/setup-buildx-action@79abd3f86f79a9d68a23c75a09a9a85889262adf
@@ -54,4 +52,5 @@ jobs:
5452
env:
5553
DIGEST: ${{ steps.build-and-push.outputs.digest }}
5654
run: |
55+
cosign version
5756
echo "ghcr.io/${{ github.repository }}:static" | xargs -I {} cosign sign --yes {}@${DIGEST}

.github/workflows/build-image-signed-cosign.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ jobs:
2020
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
2121

2222
- name: Install Cosign
23-
uses: sigstore/cosign-installer@6e04d228eb30da1757ee4e1dd75a0ec73a653e06 #v3.1.1
24-
with:
25-
cosign-release: 'v2.1.1'
23+
uses: sigstore/[email protected]
2624

2725
- name: Setup Docker buildx
2826
uses: docker/setup-buildx-action@79abd3f86f79a9d68a23c75a09a9a85889262adf
@@ -56,5 +54,6 @@ jobs:
5654
env:
5755
DIGEST: ${{ steps.build-and-push.outputs.digest }}
5856
run: |
57+
cosign version
5958
echo "ghcr.io/${{ github.repository }}:daily" | xargs -I {} cosign sign --yes {}@${DIGEST}
6059
echo "ghcr.io/${{ github.repository }}:latest" | xargs -I {} cosign sign --yes {}@${DIGEST}

0 commit comments

Comments
 (0)