centrosoftware-actions/setup-AzureSignTool
Sign files using AzureSignTool
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Apr 29, 2026
- License
- MIT
Pinned Snippet
uses: centrosoftware-actions/setup-azuresigntool@b8b5903954f60f5a9f33a28fe42baf8edede974d # v1.0.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| version | AzureSignTool version to install (>=6.0.0) | yes | — |
| kvu | Azure Key Vault url | no | — |
| kvi | Azure Key Vault Client ID | no | — |
| kvs | Azure Key Vault Client Secret | no | — |
| kvt | Azure Key Vault Tenant | no | — |
| kvc | Azure Key Vault Certificate Name | no | — |
| files | Files to be signed | no | — |
| file_list | Path to file containing for each line the path to a file to sign | no | — |
| skip_signed | skip signing already signed files | yes | false |
| timestamp_url | URL to an RFC3161 compliant timestamping service | no | — |
| token | The GitHub token used for making API requests | no | ${{ github.token }} |
Outputs
no outputs