Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,13 +138,13 @@ jobs:
run: |
cosign sign --yes --key env://COSIGN_PRIVATE_KEY checkmarx/ast-cli:${{ inputs.tag }}

- name: Verify Docker image signature
if: inputs.dev == false
run: |
echo "${{ secrets.COSIGN_PUBLIC_KEY }}" > cosign.pub
cosign verify --key cosign.pub checkmarx/ast-cli:${{ inputs.tag }}
env:
COSIGN_PASSWORD: ${{ secrets.COSIGN_PASSWORD }}
#- name: Verify Docker image signature
# if: inputs.dev == false
# run: |
# echo "${{ secrets.COSIGN_PUBLIC_KEY }}" > cosign.pub
# cosign verify --key cosign.pub checkmarx/ast-cli:${{ inputs.tag }}
# env:
# COSIGN_PASSWORD: ${{ secrets.COSIGN_PASSWORD }}

- name: Create GitHub Release
env:
Expand Down
Loading