Skip to content

Conversation

@AnHeuermann
Copy link
Member

Issue

images=""
  for tag in ${TAGS}; do
    images+="${tag}@${DIGEST} "
  done
  cosign verify ${images}

Error: --certificate-identity or --certificate-identity-regexp is required for verification in keyless mode
error during command execution: --certificate-identity or --certificate-identity-regexp is required for verification in keyless mode

Changes

  • Make for loop more robust
  • Fix cosign verify call.

@AnHeuermann AnHeuermann self-assigned this Nov 13, 2025
@AnHeuermann AnHeuermann enabled auto-merge (squash) November 13, 2025 18:24
@AnHeuermann AnHeuermann merged commit d2663cd into main Nov 13, 2025
11 checks passed
@AnHeuermann AnHeuermann deleted the fix-publish-ci branch November 13, 2025 18:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants