glennawatson/SignClientRunner
Runs the SignClient DotNet global client which will run authenticode signing.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| tool-version | The NuGet global tool version number for Sign Client. By default uses latest. | no | — |
| follow-symbolic-links | Indicates whether to follow symbolic links | no | true |
| config-file | A configuration file for the signing. | yes | — |
| input-files | Files to sign | yes | — |
| base-directory | The base directory for files to override the working directory | no | — |
| output-path | The path to the put file. May be the same as the input to overwrite. If not specified will be the input file. | no | — |
| file-list-file | A path to a list of files to sign within within the archive. | no | — |
| sign-client-secret | The sign client secret needed for signing. You will likely want this as a GitHub secret. | yes | — |
| sign-client-user | The sign client user needed for signing. You will likely want this as a GitHub secret. | yes | — |
| project-name | Name of project for tracking | yes | — |
| description | Description of the project. | no | — |
| description-url | Description of the project in url | no | — |
| max-concurrency | The maximum number of threads running (defaults to 4). | no | 4 |
Outputs
no outputs