dante-signal31/rpmsign
A GitHub Action to sign RPM packages using passphrase protected GPG keys.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| gpg_private_key | GPG private key file to be used to sign, in armor protected format. | yes | — |
| gpg_private_key_password | Passphrase to use to sign with this private key. | yes | — |
| gpg_name | Name to use to sign. | yes | — |
| rpm_file | A single rpm to be signed. | no | _## |
| rpm_folder | Folder with rpm files to be signed. | no | _## |
| output_folder | Folder where signed rpm files must be placed. | no | signed_packages |
Outputs
no outputs