{"id":49453557,"url":"https://github.com/cfpb/open-source-checklist","last_synced_at":"2026-05-16T16:01:35.993Z","repository":{"id":37601886,"uuid":"60882157","full_name":"cfpb/open-source-checklist","owner":"cfpb","description":"check internal repos against open source checklist requirements","archived":true,"fork":false,"pushed_at":"2019-01-18T22:44:03.000Z","size":216,"stargazers_count":484,"open_issues_count":10,"forks_count":37,"subscribers_count":19,"default_branch":"master","last_synced_at":"2024-04-08T00:16:58.511Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cfpb.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}},"created_at":"2016-06-10T23:18:38.000Z","updated_at":"2024-04-05T05:04:41.000Z","dependencies_parsed_at":"2022-08-03T07:01:42.896Z","dependency_job_id":null,"html_url":"https://github.com/cfpb/open-source-checklist","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cfpb/open-source-checklist","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cfpb%2Fopen-source-checklist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cfpb%2Fopen-source-checklist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cfpb%2Fopen-source-checklist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cfpb%2Fopen-source-checklist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cfpb","download_url":"https://codeload.github.com/cfpb/open-source-checklist/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cfpb%2Fopen-source-checklist/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33109461,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T04:41:52.686Z","status":"ssl_error","status_checked_at":"2026-05-16T04:41:52.009Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":[],"created_at":"2026-04-30T04:01:03.700Z","updated_at":"2026-05-16T16:01:35.984Z","avatar_url":"https://github.com/cfpb.png","language":"JavaScript","funding_links":[],"categories":["📦 Legacy \u0026 Inactive Projects"],"sub_categories":[],"readme":"# Open Source Checklist\n\nAutomating CFPB's [Open Source Checklist](https://github.com/cfpb/open-source-project-template/blob/master/opensource-checklist.md) for easy release of internal source code.\n\n![](https://raw.githubusercontent.com/cfpb/open-source-checklist/master/screenshot.png)\n\n\n## Dependencies\n\n- [Node.js](https://nodejs.org/en/)\n\n## Installation\n\nTo use [scrub.sh](scrub.sh) to scrub GHE urls:\n\n### Add environment variable\n\n1. Add `.env` and `scrub.sh` to your project's `.gitignore` list.\n1. Copy [`.env_SAMPLE`](.env_SAMPLE) to your project's root.\n1. Rename `.env_SAMPLE` to `.env`.\n1. Edit `fake.ghe.url` to point to the real GHE url (do not include `https://`).\n1. `cd` into your project repo root to activate the new environment variable. You should receive a warning and then a confirmation message: \n\n![](https://raw.githubusercontent.com/cfpb/open-source-checklist/master/screenshot-env.png)\n\n## Usage\n\n1. In Terminal, from project root, run:\n\n  ```bash\n./scrub.sh\n  ```\n![](https://raw.githubusercontent.com/cfpb/open-source-checklist/master/screenshot-scrub-success.png)\n1. Force push your repo with tags:\n\n  ```bash\n  git push \u003cremote\u003e \u003cbranch\u003e -f --tags\n  ```\n1. Remember to tell your collaborators to clone a fresh copy!\n\n**Note:** If collaborators have branches that they’d like to maintain separately, they will need to fetch and rebase from your updated remote. This must be done via rebase, not merge.\n\nIf a collaborator is just mirroring the upstream repo with their fork, they can simply delete their local copy and clone a new one.\n\n### Rebase steps\n\nOnly use if you must keep a branch that you're working with locally:\n\n```\ngit checkout feature-branch\ngit rebase master\n```\n\n## Troubleshooting\n\nIf you get the following error when running `scrub.sh`:\n\n\u003e sed: first RE may not be empty\n\n\u003e msg filter failed\n\nYou did not activate the environment variable for the GHE url. Make sure you [update the GHE_URL variable and activate it](#add-environment-variable).\n\n## How to test the software\n\nIf the software includes automated tests, detail how to run those tests.\n\n## Known issues\n\nDocument any known significant shortcomings with the software.\n\n## Getting help\n\nIf you have questions, concerns, bug reports, etc, please file an issue in this repository's Issue Tracker.\n\n## Getting involved\n\nThis software currently has no tests which means it's certainly broken. Want to write bash scripts, node.js modules, break some git histories and probably some other things? [Contributions welcome!](CONTRIBUTING.md)\n\n----\n\n## Open source licensing info\n1. [TERMS](TERMS.md)\n2. [LICENSE](LICENSE)\n3. [CFPB Source Code Policy](https://github.com/cfpb/source-code-policy/)\n\n\n----\n\n## Credits and references\n\n1. Projects that inspired you\n2. Related projects\n3. Books, papers, talks, or other sources that have meaningful impact or influence on this project\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcfpb%2Fopen-source-checklist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcfpb%2Fopen-source-checklist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcfpb%2Fopen-source-checklist/lists"}