cbrgm/PGP Sign Artifact Action

Sign artifacts or files with PGP signatures using either a pure Go implementation or system GnuPG

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
private_keyPrivate GPG key used for signing (armored format)yes
passphrasePassphrase for the GPG key (if encrypted)no
armorCreate ASCII armored outputnotrue
detach_signMake a detached signaturenofalse
clear_signMake a clear text signaturenofalse
filesList of files to sign (glob patterns, newline separated)yes
excludesList of files to exclude from signing (glob patterns, newline separated)no
backendSigner backend: gopgp (pure Go, default) or gnupg (system GPG)nogopgp
log_levelLog level: debug, info, warn, errornoinfo

no outputs