sonarsource/Azure Artifact Signing
Sign artifacts or setup Azure signing environment
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| mode | Action mode. 'sign' signs files directly. 'setup' only authenticates and exports signing environment variables for downstream tooling. | no | sign |
| files | One or more glob patterns to match files for signing. For multiple patterns, provide a multiline string with one pattern per line. | no | "" |
| signing-profile | Override signing profile selection. Valid values: 'test', 'release'. When omitted, the profile is auto-selected based on event type and branch. | no | "" |
Outputs
| name | description |
|---|---|
| signing-endpoint | Azure signing endpoint |
| signing-account | Azure signing account |
| signing-profile | Azure signing profile |
| access-token | Azure access token |