actionutils/Trusted Tag Verifier

Verify tags signed with Gitsign and display their contents

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
verifyThe repository and tag to verify in the format <owner>/<repo>@<version> or <owner>/<repo> (auto-detects from downloaded action)yes
fail-on-verification-errorWhether to fail the action if verification failsnotrue
certificate-oidc-issuerThe OIDC issuer to verify againstnohttps://token.actions.githubusercontent.com
certificate-identity-regexpThe identity regexp to verify againstno^https://github.com/actionutils/trusted-tag-releaser
namedescription
verifiedWhether the tag was successfully verified (true/false)
tlog-indexThe Rekor transparency log index parsed from gitsign output
repositoryThe repository that was verified (e.g., owner/repo)
tag-nameThe name of the verified tag
commit-shaThe SHA of the commit that the tag points to
tagger-nameThe name of the tagger
tagger-emailThe email of the tagger
tag-messageThe message associated with the tag
verification-resultThe complete verification result as a JSON string