{"id":22922468,"url":"https://github.com/kamaranl/add-signtool-action","last_synced_at":"2025-04-01T14:34:43.962Z","repository":{"id":248702519,"uuid":"829392564","full_name":"KamaranL/add-signtool-action","owner":"KamaranL","description":"Locates the latest version of Microsoft's signtool installed and adds it to the runner's PATH (Windows runners ONLY)","archived":false,"fork":false,"pushed_at":"2024-07-16T13:36:45.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-07T09:14:44.385Z","etag":null,"topics":["cicd","code-signing","signing","signtool","tool"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KamaranL.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-16T10:37:44.000Z","updated_at":"2024-07-16T13:39:40.000Z","dependencies_parsed_at":"2024-08-23T04:02:05.632Z","dependency_job_id":null,"html_url":"https://github.com/KamaranL/add-signtool-action","commit_stats":null,"previous_names":["kamaranl/add-signtool-action"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KamaranL%2Fadd-signtool-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KamaranL%2Fadd-signtool-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KamaranL%2Fadd-signtool-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KamaranL%2Fadd-signtool-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KamaranL","download_url":"https://codeload.github.com/KamaranL/add-signtool-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246655811,"owners_count":20812699,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cicd","code-signing","signing","signtool","tool"],"created_at":"2024-12-14T08:10:50.983Z","updated_at":"2025-04-01T14:34:43.939Z","avatar_url":"https://github.com/KamaranL.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Add Signtool Action\n\n\u003e Locates the latest version of Microsoft's signtool installed and adds it to the runner's PATH\n\n[![View License on GitHub](https://badgen.net/github/license/KamaranL/add-signtool-action?cache=3600)](./LICENSE.txt)\n[![View Latest Release on GitHub](https://badgen.net/github/release/KamaranL/add-signtool-action/stable?icon=github\u0026label=latest\u0026cache=3600)](https://github.com/KamaranL/add-signtool-action)\n\n- [Add Signtool Action](#add-signtool-action)\n  - [Usage](#usage)\n    - [Outputs](#outputs)\n      - [Examples](#examples)\n\nUse this action to locate `signtool.exe` and add it to the `PATH` environment variable for easier execution throughout the rest of a workflow's job.\n\n\\*\\***This action will \u003cu\u003eonly run on Windows\u003c/u\u003e runners, it will fail fast otherwise.**\n\nRefer to [Microsoft's documentation](https://learn.microsoft.com/en-us/dotnet/framework/tools/signtool-exe#examples) for more on signtool and how it works.\n\n## Usage\n\n```yml\non: push\njobs:\n  build:\n    runs-on: windows-latest\n    steps:\n      - uses: actions/checkout@v4\n\n      - uses: KamaranL/add-signtool-action@v1\n        id: signtool\n\n      - run: Write-Output \"$env:SIGNTOOL_DIR\"\n        # prints out the absolute path to the located signtool executable\n        shell: pwsh\n        env:\n          SIGNTOOL_DIR: ${{ steps.signtool.outputs.signtool-x64 }}\n```\n\n### Outputs\n\nThis action outputs the path of the located signtool into the output key `signtool-${{ runner.arch }}`.\n\n#### Examples\n\n| ${{ runner.arch }} | outputs key  |\n| ------------------ | ------------ |\n| x64                | signtool-x64 |\n| arm                | signtool-arm |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkamaranl%2Fadd-signtool-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkamaranl%2Fadd-signtool-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkamaranl%2Fadd-signtool-action/lists"}