{"id":18030614,"url":"https://github.com/mattmahn/git-key-grep","last_synced_at":"2025-04-04T21:16:48.610Z","repository":{"id":70068782,"uuid":"88943342","full_name":"mattmahn/git-key-grep","owner":"mattmahn","description":"Search your git repo for any mistakenly tracked API keys.","archived":false,"fork":false,"pushed_at":"2018-05-19T02:39:50.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-10T05:44:12.643Z","etag":null,"topics":["git","git-addons"],"latest_commit_sha":null,"homepage":"","language":"Roff","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mattmahn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2017-04-21T05:11:38.000Z","updated_at":"2018-05-19T02:39:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"f2f04386-ea4b-4037-83bb-bd8707a94dbb","html_url":"https://github.com/mattmahn/git-key-grep","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattmahn%2Fgit-key-grep","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattmahn%2Fgit-key-grep/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattmahn%2Fgit-key-grep/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattmahn%2Fgit-key-grep/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattmahn","download_url":"https://codeload.github.com/mattmahn/git-key-grep/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247249546,"owners_count":20908213,"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":["git","git-addons"],"created_at":"2024-10-30T09:14:43.350Z","updated_at":"2025-04-04T21:16:48.590Z","avatar_url":"https://github.com/mattmahn.png","language":"Roff","funding_links":[],"categories":[],"sub_categories":[],"readme":"# git-key-grep\n\nSearch your Git repo for any mistakenly tracked API keys.\n\n\n## Usage\n\nInside a Git repository, simply run `git key-grep` to find any API keys that\nare in the repository (i.e. in any file that is tracked or staged to be\ntracked). Matched patterns can be ignored by adding `git-key-grep-ignore`\nanywhere on the line (a comment would be a good place).\n\n### pre-commit\n\ngit-key-grep is compatible with [pre-commit][] with something like the\nfollowing in your `.pre-commit-config.yaml`:\n```yaml\n- repo: https://github.com/mattmahn/git-key-grep.git\n  sha: HEAD\n  hooks:\n  - id: git-key-grep\n```\n\n\n## Installation\n\nDependencies:\n- C compiler\n- Git\n- Make (only for installation)\n\n### Unix\n\n```sh\ngit clone --recurse-submodules https://github.com/mattmahn/git-key-grep.git\ncd git-key-grep\nmake\nsudo make install\ncd ..\nrm -rf git-key-grep\n```\n\n\n## Related Works\n\nIf you do find something in a repo you want removed, you can try [BFG\nRepo-Cleaner][bfg].\n\n\n## Contributing\n\nThanks for your interest in contributing. Checkout\n[CONTRIBUTING.md](./CONTRIBUTING.md) to get started.\n\n\n[bfg]: https://rtyley.github.io/bfg-repo-cleaner/\n[pre-commit]: http://pre-commit.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattmahn%2Fgit-key-grep","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmattmahn%2Fgit-key-grep","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattmahn%2Fgit-key-grep/lists"}