Skip to content

Commit

Permalink
chore(verify): Temp remove test
Browse files Browse the repository at this point in the history
  • Loading branch information
EyeCantCU committed Dec 19, 2023
1 parent 4e9d910 commit b4ef3fe
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions verify/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit b4ef3fe

Please sign in to comment.