From b4ef3fedb3b277e383a2849e09a918bce8b9e263 Mon Sep 17 00:00:00 2001 From: RJ Trujillo Date: Mon, 18 Dec 2023 19:19:07 -0700 Subject: [PATCH] chore(verify): Temp remove test --- verify/action.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/verify/action.yml b/verify/action.yml index 9562d5f..5a9d604 100644 --- a/verify/action.yml +++ b/verify/action.yml @@ -34,12 +34,6 @@ runs: - name: Verify container shell: bash run: - if [[ -z ${{ inputs.container }} ]]; then - exit 1 - fi - if [[ -z ${{ inputs.verification }} ]]; then - exit 1 - fi if [[ ${{ inputs.verification }} == "public-key" ]]; then if [[ -n ${{ inputs.pubkey }} ]]; then cosign verify --key ${{ inputs.pubkey }} ${{ steps.container_case.outputs.lowercase }}