ossign/Azuresigntool
A github action that uses Azuresigntool to sign binaries
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| certificateName | The name of the certificate to use for signing | yes | — |
| clientId | The Client ID of the Entra application | yes | — |
| clientSecret | The Client Secret of the Entra application | yes | — |
| hashAlgorithm | The hash algorithm to use for signing | yes | SHA256 |
| tenantId | The Tenant ID of the Entra application | yes | — |
| timestampUrl | The URL of the timestamp server to use for signing | yes | http://timestamp.globalsign.com/tsa/advanced |
| vaultUrl | The name of the Azure Key Vault containing the certificate | yes | "" |
| files | The globs of files to sign, separated by semicolons | yes | dist/* |
| extensions | The file extensions to sign, separated by semicolons | yes | msi;ps1;exe;dll;sys |
Outputs
no outputs