We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7200c50 commit fcc941dCopy full SHA for fcc941d
1 file changed
.github/workflows/release.yml
@@ -138,13 +138,13 @@ jobs:
138
run: |
139
cosign sign --yes --key env://COSIGN_PRIVATE_KEY checkmarx/ast-cli:${{ inputs.tag }}
140
141
- - name: Verify Docker image signature
142
- if: inputs.dev == false
143
- run: |
144
- echo "${{ secrets.COSIGN_PUBLIC_KEY }}" > cosign.pub
145
- cosign verify --key cosign.pub checkmarx/ast-cli:${{ inputs.tag }}
146
- env:
147
- 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 }}
148
149
- name: Create GitHub Release
150
env:
0 commit comments