Skip to content

Commit 76bc4cf

Browse files
committed
Remove sign_blob_test.sh test
The bug that this test was meant to address[1] applies to a feature that was removed from cosign[2]. The updates made to the script to allow for the breaking changes actually make the test invalid, because while it was once verifying the original artifact signature, the final verification step is now actually verifying against the uploaded rekor entry, so the original signature is inconsequential. [1] #1673 [2] #2425 Signed-off-by: Colleen Murphy <[email protected]>
1 parent 2e65241 commit 76bc4cf

File tree

3 files changed

+0
-94
lines changed

3 files changed

+0
-94
lines changed

.github/workflows/github-oidc.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,3 @@ jobs:
6262
set -e
6363
# Build and publish an image.
6464
make sign-ci-keyless-containers
65-
66-
- name: Build and sign a blob
67-
run: |
68-
set -e
69-
make sign-blob-experimental

test/ci.mk

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,3 @@ sign-ci-containers: ko
99
.PHONY: sign-ci-keyless-containers
1010
sign-ci-keyless-containers: ko
1111
./scripts/sign-images-ci.sh
12-
13-
.PHONY: sign-blob-experimental
14-
sign-blob-experimental:
15-
./test/sign_blob_test.sh

test/sign_blob_test.sh

Lines changed: 0 additions & 85 deletions
This file was deleted.

0 commit comments

Comments
 (0)