cbrgm/PGP Sign Artifact Action
Sign artifacts or files with PGP signatures using either a pure Go implementation or system GnuPG
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| private_key | Private GPG key used for signing (armored format) | yes | — |
| passphrase | Passphrase for the GPG key (if encrypted) | no | — |
| armor | Create ASCII armored output | no | true |
| detach_sign | Make a detached signature | no | false |
| clear_sign | Make a clear text signature | no | false |
| files | List of files to sign (glob patterns, newline separated) | yes | — |
| excludes | List of files to exclude from signing (glob patterns, newline separated) | no | — |
| backend | Signer backend: gopgp (pure Go, default) or gnupg (system GPG) | no | gopgp |
| log_level | Log level: debug, info, warn, error | no | info |
Outputs
no outputs