{"id":5800947,"name":"engineerd/configurator","ecosystem":"actions","description":"Easy and cross-platform action to download, extract, and add to path statically compiled tools.","homepage":"https://radu-matei.com/blog/github-action-cross-plat-configure-tools/","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/engineerd/configurator","keywords_array":["github","github-actions"],"namespace":"engineerd","versions_count":10,"first_release_published_at":"2019-09-17T18:09:11.000Z","latest_release_published_at":"2023-02-13T15:49:14.000Z","latest_release_number":"v0.0.10","last_synced_at":"2026-09-07T06:52:36.975Z","created_at":"2023-01-04T12:38:14.533Z","updated_at":"2026-09-07T06:52:36.975Z","registry_url":"https://github.com/engineerd/configurator","install_command":null,"documentation_url":null,"metadata":{"name":"engineerd/configurator","description":"Easy and cross-platform action to download, extract, and add to path statically compiled tools.","author":"engineerd","inputs":{"name":{"description":"Name your tool will be configured with","required":true},"url":{"description":"URL to download your tool from","required":false},"pathInArchive":{"description":"If the URL points to an archive, this field is required, and points to the path of the tool to configure (relative to the archive root).","required":false},"fromGitHubReleases":{"default":"false","required":false,"description":"If true, the action will attempt to get the latest version from the specified repo's GitHub Releases that matches the given semver version or range provided, and then download it using the provided urlTemplate."},"repo":{"required":false,"description":"GitHub repository of the tool. Used to list all releases and select the proper version. Required if `fromGitHubReleases` is true."},"version":{"required":false,"description":"An exact semver version or version range (specified with ^ or ~). If `latest` is provided, the action will download the latest release (respecting the `includePrereleases flag`), which, can break your action. Required if `fromGitHubReleases` is true."},"token":{"required":false,"description":"GitHub token used to list the GitHub releases for the supplied repository. Required if `fromGitHubReleases` is true."},"urlTemplate":{"required":false,"description":"A URL template used to construct the download URL, together with the desired version acquired from a GitHub release. For example, `https://get.helm.sh/helm-{{version}}-linux-amd64.tar.gz` (the version inserted here is the exact tag name from GitHub - check whether the tag name contains any `v` before the version when constructing the URL template) .Required if `fromGitHubReleases` is true."},"includePrereleases":{"required":false,"default":"false","description":"If true, the action will include prereleases when selecting a version from GitHub Releases."}},"runs":{"using":"node20","main":"dist/index.js"},"default_branch":"master","path":null},"repo_metadata":{"id":36554121,"uuid":"209023649","full_name":"engineerd/configurator","owner":"engineerd","description":"Cross-platform GitHub Action to download, extract, and add to path statically compiled tools","archived":false,"fork":false,"pushed_at":"2024-10-21T18:30:44.000Z","size":12999,"stargazers_count":27,"open_issues_count":14,"forks_count":13,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-08-06T23:02:48.532Z","etag":null,"topics":["github","github-actions"],"latest_commit_sha":null,"homepage":"https://radu-matei.com/blog/github-action-cross-plat-configure-tools/","language":"TypeScript","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/engineerd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2019-09-17T10:20:41.000Z","updated_at":"2026-04-25T19:02:15.000Z","dependencies_parsed_at":"2024-06-18T16:52:21.666Z","dependency_job_id":"5511e851-87f3-4245-94b9-9d87c59594d2","html_url":"https://github.com/engineerd/configurator","commit_stats":{"total_commits":65,"total_committers":5,"mean_commits":13.0,"dds":"0.18461538461538463","last_synced_commit":"dc6b312d89ab097f73f3ebbf507a69dd7399c5d0"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":"actions/typescript-action","purl":"pkg:github/engineerd/configurator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/engineerd%2Fconfigurator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/engineerd%2Fconfigurator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/engineerd%2Fconfigurator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/engineerd%2Fconfigurator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/engineerd","download_url":"https://codeload.github.com/engineerd/configurator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/engineerd%2Fconfigurator/sbom","scorecard":{"id":377285,"data":{"date":"2025-08-11","repo":{"name":"github.com/engineerd/configurator","commit":"e84f7f448bb50b716ea019200aff50e944da6e62"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.7,"checks":[{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Code-Review","score":5,"reason":"Found 7/13 approved changesets -- score normalized to 5","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/checkin.yml:1","Warn: no topLevel permission defined: .github/workflows/e2e.yml:1","Warn: no topLevel permission defined: .github/workflows/gh-release-latest.yml:1","Warn: no topLevel permission defined: .github/workflows/gh-releases.yml:1","Warn: no topLevel permission defined: .github/workflows/test-exe.yml:1","Warn: no topLevel permission defined: .github/workflows/test-raw-version.yml:1","Warn: no topLevel permission defined: .github/workflows/test-tar-gz.yml:1","Warn: no topLevel permission defined: .github/workflows/test-zip-win.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checkin.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/engineerd/configurator/checkin.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/e2e.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/engineerd/configurator/e2e.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/gh-release-latest.yml:8: update your workflow using https://app.stepsecurity.io/secureworkflow/engineerd/configurator/gh-release-latest.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/gh-releases.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/engineerd/configurator/gh-releases.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-exe.yml:8: update your workflow using https://app.stepsecurity.io/secureworkflow/engineerd/configurator/test-exe.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-raw-version.yml:8: update your workflow using https://app.stepsecurity.io/secureworkflow/engineerd/configurator/test-raw-version.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-tar-gz.yml:8: update your workflow using https://app.stepsecurity.io/secureworkflow/engineerd/configurator/test-tar-gz.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-zip-win.yml:8: update your workflow using https://app.stepsecurity.io/secureworkflow/engineerd/configurator/test-zip-win.yml/master?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/checkin.yml:15","Warn: npmCommand not pinned by hash: .github/workflows/e2e.yml:27","Warn: npmCommand not pinned by hash: .github/workflows/gh-release-latest.yml:11","Warn: npmCommand not pinned by hash: .github/workflows/gh-releases.yml:26","Warn: npmCommand not pinned by hash: .github/workflows/test-exe.yml:11","Warn: npmCommand not pinned by hash: .github/workflows/test-raw-version.yml:11","Warn: npmCommand not pinned by hash: .github/workflows/test-tar-gz.yml:11","Info:   0 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   7 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":4,"reason":"6 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-h5c3-5r3r-rr8q","Warn: Project is vulnerable to: GHSA-rmvr-2pp2-xj38","Warn: Project is vulnerable to: GHSA-xx4v-prfh-6cgc","Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw","Warn: Project is vulnerable to: GHSA-mwcw-c2x4-8c55","Warn: Project is vulnerable to: GHSA-76p7-773f-r4q5"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 28 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-18T14:33:23.204Z","repository_id":36554121,"created_at":"2025-08-18T14:33:23.205Z","updated_at":"2025-08-18T14:33:23.205Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36363478,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-07T02:00:06.708Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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"},"owner_record":{"login":"engineerd","name":"engineerd","uuid":"47736799","kind":"organization","description":"Open source from distributed engineers and nerds.","email":null,"website":"https://engineerd.dev","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/47736799?v=4","repositories_count":6,"last_synced_at":"2023-03-03T15:06:50.571Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/engineerd","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-14T01:29:04.084Z","updated_at":"2023-03-03T15:06:50.576Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/engineerd","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/engineerd/repositories"},"tags":[{"name":"v0.0.10","sha":"dc6b312d89ab097f73f3ebbf507a69dd7399c5d0","kind":"commit","published_at":"2023-02-13T15:49:14.000Z","download_url":"https://codeload.github.com/engineerd/configurator/tar.gz/v0.0.10","html_url":"https://github.com/engineerd/configurator/releases/tag/v0.0.10","dependencies_parsed_at":"2023-06-02T01:20:55.814Z","dependency_job_id":null,"purl":"pkg:github/engineerd/configurator@v0.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/engineerd%2Fconfigurator/tags/v0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/engineerd%2Fconfigurator/tags/v0.0.10/manifests"},{"name":"v0.0.9","sha":"0d52a03bced8840c8c1f8609152353aef5dd1951","kind":"commit","published_at":"2023-01-17T17:19:59.000Z","download_url":"https://codeload.github.com/engineerd/configurator/tar.gz/v0.0.9","html_url":"https://github.com/engineerd/configurator/releases/tag/v0.0.9","dependencies_parsed_at":"2023-06-02T01:20:55.691Z","dependency_job_id":null,"purl":"pkg:github/engineerd/configurator@v0.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/engineerd%2Fconfigurator/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/engineerd%2Fconfigurator/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"479197cb150e720c848c8dfbe12da101471258e3","kind":"commit","published_at":"2021-06-04T22:26:17.000Z","download_url":"https://codeload.github.com/engineerd/configurator/tar.gz/v0.0.8","html_url":"https://github.com/engineerd/configurator/releases/tag/v0.0.8","dependencies_parsed_at":"2023-05-31T11:48:11.339Z","dependency_job_id":null,"purl":"pkg:github/engineerd/configurator@v0.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/engineerd%2Fconfigurator/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/engineerd%2Fconfigurator/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"94304a6feec282ccaf56cd2248cf418c1090a099","kind":"commit","published_at":"2021-06-03T17:29:59.000Z","download_url":"https://codeload.github.com/engineerd/configurator/tar.gz/v0.0.7","html_url":"https://github.com/engineerd/configurator/releases/tag/v0.0.7","dependencies_parsed_at":"2023-05-31T11:48:13.138Z","dependency_job_id":null,"purl":"pkg:github/engineerd/configurator@v0.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/engineerd%2Fconfigurator/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/engineerd%2Fconfigurator/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"35c144e1656e529f5d2f39db4beb46378cf723ce","kind":"commit","published_at":"2021-03-11T02:36:55.000Z","download_url":"https://codeload.github.com/engineerd/configurator/tar.gz/v0.0.6","html_url":"https://github.com/engineerd/configurator/releases/tag/v0.0.6","dependencies_parsed_at":"2023-05-31T11:48:14.680Z","dependency_job_id":null,"purl":"pkg:github/engineerd/configurator@v0.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/engineerd%2Fconfigurator/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/engineerd%2Fconfigurator/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"44f25e0e6a98d0411cb4f5767890ceb5bce76818","kind":"commit","published_at":"2020-11-18T21:17:54.000Z","download_url":"https://codeload.github.com/engineerd/configurator/tar.gz/v0.0.5","html_url":"https://github.com/engineerd/configurator/releases/tag/v0.0.5","dependencies_parsed_at":"2023-05-31T11:48:16.374Z","dependency_job_id":null,"purl":"pkg:github/engineerd/configurator@v0.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/engineerd%2Fconfigurator/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/engineerd%2Fconfigurator/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"94fdf6b975d1c958af97a7513709b076604e7f04","kind":"commit","published_at":"2020-09-07T06:01:30.000Z","download_url":"https://codeload.github.com/engineerd/configurator/tar.gz/v0.0.4","html_url":"https://github.com/engineerd/configurator/releases/tag/v0.0.4","dependencies_parsed_at":"2023-05-31T11:48:18.005Z","dependency_job_id":null,"purl":"pkg:github/engineerd/configurator@v0.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/engineerd%2Fconfigurator/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/engineerd%2Fconfigurator/tags/v0.0.4/manifests"},{"name":"v0.0.3","sha":"9abc851ace6f996d1bdab9236f6e057caf20f54f","kind":"commit","published_at":"2020-09-02T22:23:19.000Z","download_url":"https://codeload.github.com/engineerd/configurator/tar.gz/v0.0.3","html_url":"https://github.com/engineerd/configurator/releases/tag/v0.0.3","dependencies_parsed_at":"2023-05-31T11:48:19.639Z","dependency_job_id":null,"purl":"pkg:github/engineerd/configurator@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/engineerd%2Fconfigurator/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/engineerd%2Fconfigurator/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"aff4ce7492d75a02da601a4f1dcca236edc8a3b1","kind":"commit","published_at":"2020-05-22T01:09:06.000Z","download_url":"https://codeload.github.com/engineerd/configurator/tar.gz/v0.0.2","html_url":"https://github.com/engineerd/configurator/releases/tag/v0.0.2","dependencies_parsed_at":"2023-05-31T11:48:20.226Z","dependency_job_id":null,"purl":"pkg:github/engineerd/configurator@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/engineerd%2Fconfigurator/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/engineerd%2Fconfigurator/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"ec705514fc574b96adfc8000112b1ceaf0e554e5","kind":"commit","published_at":"2019-09-17T18:09:11.000Z","download_url":"https://codeload.github.com/engineerd/configurator/tar.gz/v0.0.1","html_url":"https://github.com/engineerd/configurator/releases/tag/v0.0.1","dependencies_parsed_at":"2023-05-31T11:48:21.022Z","dependency_job_id":null,"purl":"pkg:github/engineerd/configurator@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/engineerd%2Fconfigurator/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/engineerd%2Fconfigurator/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-07T06:40:45.716Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":156,"rankings":{"downloads":null,"dependent_repos_count":3.672951988591348,"dependent_packages_count":0.0,"stargazers_count":6.908572334019965,"forks_count":4.826493424180003,"docker_downloads_count":3.0581524322611315,"average":3.6932340358104896},"purl":"pkg:githubactions/engineerd/configurator","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/engineerd/configurator","docker_dependents_count":1,"docker_downloads_count":129,"usage_url":"https://repos.ecosyste.ms/usage/actions/engineerd/configurator","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/engineerd/configurator/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-06-29T16:05:44.046Z","issues_count":22,"pull_requests_count":31,"avg_time_to_close_issue":10865325.363636363,"avg_time_to_close_pull_request":3414992.76,"issues_closed_count":11,"pull_requests_closed_count":25,"pull_request_authors_count":7,"issue_authors_count":16,"avg_comments_per_issue":1.9090909090909092,"avg_comments_per_pull_request":0.41935483870967744,"merged_pull_requests_count":16,"bot_issues_count":0,"bot_pull_requests_count":11,"past_year_issues_count":0,"past_year_pull_requests_count":2,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":461241.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":1,"past_year_pull_request_authors_count":1,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":0.0,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":1,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/engineerd%2Fconfigurator/issues","maintainers":[{"login":"radu-matei","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/radu-matei"},{"login":"rajatjindal","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rajatjindal"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/engineerd%2Fconfigurator/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/engineerd%2Fconfigurator/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/engineerd%2Fconfigurator/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/engineerd%2Fconfigurator/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/engineerd%2Fconfigurator/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/engineerd%2Fconfigurator/codemeta","maintainers":[]}