Skip to content

Commit

Permalink
Merge pull request #56 from kubescape/fixed-cosign
Browse files Browse the repository at this point in the history
fixed cosign
  • Loading branch information
dwertent committed Jan 7, 2024
2 parents d874870 + 005f04a commit 310dc3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/incluster-comp-pr-merged.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
COSIGN_PUBLIC_KEY: ${{ secrets.COSIGN_PUBLIC_KEY_V1 }}
run: |
# Sign the image with keyless mode
cosign sign --force ${{ inputs.IMAGE_NAME }}:${{ steps.image-prerelease-tag.outputs.IMAGE_TAG_PRERELEASE }}
cosign sign -y ${{ inputs.IMAGE_NAME }}:${{ steps.image-prerelease-tag.outputs.IMAGE_TAG_PRERELEASE }}
# Sign the image with key for verifier clients without keyless support
# Put the key from environment variable to a file
Expand Down

0 comments on commit 310dc3e

Please sign in to comment.