{"id":21130974,"url":"https://github.com/workloads/tooling","last_synced_at":"2026-03-19T19:01:39.801Z","repository":{"id":169844211,"uuid":"643960108","full_name":"workloads/tooling","owner":"workloads","description":"Common Tooling for @workloads Projects","archived":false,"fork":false,"pushed_at":"2024-08-25T14:40:28.000Z","size":144,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-05T07:04:30.167Z","etag":null,"topics":["makefile"],"latest_commit_sha":null,"homepage":"https://github.com/workloads/tooling","language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/workloads.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-05-22T14:08:38.000Z","updated_at":"2024-08-25T14:40:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"7d2ccda8-592d-4c39-82ed-f8e3d55d70be","html_url":"https://github.com/workloads/tooling","commit_stats":null,"previous_names":["workloads/tooling"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/workloads/tooling","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workloads%2Ftooling","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workloads%2Ftooling/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workloads%2Ftooling/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workloads%2Ftooling/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/workloads","download_url":"https://codeload.github.com/workloads/tooling/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workloads%2Ftooling/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29444754,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T12:43:28.304Z","status":"ssl_error","status_checked_at":"2026-02-14T12:43:14.160Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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"}},"keywords":["makefile"],"created_at":"2024-11-20T05:42:58.245Z","updated_at":"2026-02-14T13:34:12.788Z","avatar_url":"https://github.com/workloads.png","language":"Makefile","readme":"# Tooling\n\n\u003e This repository manages common tooling for [@workloads](https://github.com/workloads).\n\n## Table of Contents\n\n\u003c!-- TOC --\u003e\n* [Tooling](#tooling)\n  * [Table of Contents](#table-of-contents)\n  * [Requirements](#requirements)\n  * [Usage](#usage)\n  * [Notes](#notes)\n    * [Sensitive Data](#sensitive-data)\n    * [Scoping Operations](#scoping-operations)\n    * [Colorized Output](#colorized-output)\n  * [Contributors](#contributors)\n  * [License](#license)\n\u003c!-- TOC --\u003e\n\n## Requirements\n\n* `make` `3.80` or newer\n* `checkmake` `0.2.2` or [newer](https://github.com/mrtazz/checkmake#installation)\n* `terraform-docs` `0.18.0` or [newer](https://terraform-docs.io/user-guide/installation/)\n* 1Password CLI `2.0.0` or [newer](https://1password.com/downloads/command-line/)\n* GitHub CLI `2.32.0` or [newer](https://cli.github.com/)\n* OpenSSF Scorecard CLI `4.10.0` or [newer](https://github.com/ossf/scorecard#scorecard-command-line-interface)\n\n## Usage\n\nThis repository provides a [Makefile](./Makefile)-based workflow.\n\nRunning `make` without commands will print out the following help information:\n\n```text\n🔧 MAINTENANCE\n\nTarget              Description                                                 Usage\ninit                initialize and upgrade code for all workspaces              `make init repository=\u003crepository\u003e`\nlint                format, validate, and lint code in all workspaces           `make lint repository=\u003crepository\u003e`\ndocs                generate documentation for all workspaces                   `make docs repository=\u003crepository\u003e`\ncheckout            check out all (public and private) repositories             `make checkout`\npull                pull latest changes for all repositories                    `make pull`\nscorecards          generate OpenSSF Scorecards                                 `make scorecards target=\u003crepository\u003e`\ndelete-gha-logs     delete GitHub Actions Logs for all repositories             `make delete-gha-logs repository=\u003crepository\u003e`\nget-gh-rate-limit   get GitHub API rate limit status                            `make get-gh-rate-limit`\nrequest-cert        request a wildcard certificate from Let's Encrypt           `make request-cert domain=\u003cdomain\u003e`\nget-cert            retrieve a wildcard certificate from Vault                  `make get-cert domain=\u003cdomain\u003e`\nput-cert            store a wildcard certificate from Let's Encrypt in Vault    `make store-cert domain=\u003cdomain\u003e`\nhelp                display a list of Make Targets                              `make help`\n_listincludes       list all included Makefiles and *.mk files                  `make _listincludes`\n_selfcheck          lint Makefile                                               `make _selfcheck`\n```\n\n## Notes\n\n### Sensitive Data\n\nTerraform state may contain [sensitive data](https://developer.hashicorp.com/terraform/language/state/sensitive-data). This workspace uses [HCP Terraform](https://developer.hashicorp.com/terraform/cloud-docs) to safely store state, and encrypt the data at rest.\n\n### Scoping Operations\n\nThe `init`, `lint`, `docs`, `scorecards`, and `delete-gha-logs` targets support both global and scoped operations.\n\nBy default, all repositories (as defined in [github.mk](./make/configs/github.mk)) will be targeted.\n\nAn operation may be scoped to a single repository by setting the `repository` argument:\n\n```shell\nmake init repository=\u003crepository\u003e\n```\n\n### Colorized Output\n\nColorized CLI output may be disabled by setting the `NO_COLOR` environment variable to any non-empty value.\n\n```shell\nexport NO_COLOR=1 \u0026\u0026 make\n```\n\n## Contributors\n\nFor a list of current (and past) contributors to this repository, see [GitHub](https://github.com/workloads/tooling/graphs/contributors).\n\n## License\n\nLicensed under the Apache License, Version 2.0 (the \"License\").\n\nYou may download a copy of the License at [apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0).\n\nSee the License for the specific language governing permissions and limitations under the License.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fworkloads%2Ftooling","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fworkloads%2Ftooling","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fworkloads%2Ftooling/lists"}