From 62336533751278b6eb8434a9fef4a7a38a3cacca Mon Sep 17 00:00:00 2001 From: Jindrich Luza Date: Thu, 28 Nov 2024 12:33:51 +0100 Subject: [PATCH] Checkton fixes --- .../tests/test-rh-sign-image-cosign-single-component.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/rh-sign-image-cosign/tests/test-rh-sign-image-cosign-single-component.yaml b/tasks/rh-sign-image-cosign/tests/test-rh-sign-image-cosign-single-component.yaml index 22954bccb..ffb269ed1 100644 --- a/tasks/rh-sign-image-cosign/tests/test-rh-sign-image-cosign-single-component.yaml +++ b/tasks/rh-sign-image-cosign/tests/test-rh-sign-image-cosign-single-component.yaml @@ -88,7 +88,7 @@ spec: test "$CALLS" = "$EXPECTED" # call records need to be sorted as concurrentLimit is set to 2 - CALLS=$(cat "$(workspaces.data.path)/mock_cosign_sign_calls" | sort) + CALLS=$(sort "$(workspaces.data.path)/mock_cosign_sign_calls") COSIGN_COMMON="-t 3m0s sign --tlog-upload=false --key aws://arn:mykey --sign-container-identity" EXPECTED=$(cat <